• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: MacIntel apps behaves weirdly when compiled with -02 not -01 - Almost solved(auto-vectorization issue)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MacIntel apps behaves weirdly when compiled with -02 not -01 - Almost solved(auto-vectorization issue)


  • Subject: Re: MacIntel apps behaves weirdly when compiled with -02 not -01 - Almost solved(auto-vectorization issue)
  • From: Mark Wagner <email@hidden>
  • Date: Fri, 13 Jan 2006 12:01:22 -0800

On 1/13/06, Olivier Tristan <email@hidden> wrote:
> Os do not remove some optims  as written in the doc ?
> I don't reallly care if the binary is 10% bigger. Only CPU usage is
> important in audio apps :)

This was true back in the days of small CPU caches and fast memory
access.  Now, with large CPU caches and CPUs that run much faster than
main memory, if you can make the application small enough that the
processing loop fits entirely within the L2 cache (or better, the L1
cache), then the application will run faster than a more heavily
optimized one that needs to access main memory for program code.

--
Mark Wagner
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: MacIntel apps behaves weirdly when compiled with -02 not -01 - Almost solved(auto-vectorization issue)
      • From: Eric Albert <email@hidden>
References: 
 >MacIntel apps behaves weirdly when compiled with -02 not -01 (From: Olivier Tristan <email@hidden>)
 >Re: MacIntel apps behaves weirdly when compiled with -02 not -01 (From: Eric Albert <email@hidden>)
 >Re: MacIntel apps behaves weirdly when compiled with -02 not -01 - Almost solved(auto-vectorization issue) (From: Olivier Tristan <email@hidden>)
 >Re: MacIntel apps behaves weirdly when compiled with -02 not -01 - Almost solved(auto-vectorization issue) (From: Eric Albert <email@hidden>)
 >Re: MacIntel apps behaves weirdly when compiled with -02 not -01 - Almost solved(auto-vectorization issue) (From: Olivier Tristan <email@hidden>)

  • Prev by Date: Re: Conversion operator not being picked up by compiler
  • Next by Date: Re: Project doesn't link to correct subproject
  • Previous by thread: Re: MacIntel apps behaves weirdly when compiled with -02 not -01 - Almost solved(auto-vectorization issue)
  • Next by thread: Re: MacIntel apps behaves weirdly when compiled with -02 not -01 - Almost solved(auto-vectorization issue)
  • Index(es):
    • Date
    • Thread