• 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: inline, optimize, and call stack visibility?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: inline, optimize, and call stack visibility?


  • Subject: Re: inline, optimize, and call stack visibility?
  • From: "David M. Cotter" <email@hidden>
  • Date: Tue, 25 Jan 2011 20:37:08 -0800

YAY! it worked!

On Jan 25, 2011, at 5:56 PM, Wim Lewis wrote:

>
> On 25 Jan 2011, at 4:43 PM, David M. Cotter wrote:
>> sorry, how do i do that?  is there a setting in the XCode build configuration GUI for that?  or is is a per function tag like a pragma?
>
> It's a compiler command line option, so it applies to an entire source file at a time. IIRC you can either add it to "Other C Flags" in the project or target settings window, or to a single file in a build phase in that file's settings window.
>
>> if there is no performance penalty then i do not mind applying it to the entire project.
>
> It'll have a performance penalty, but an extremely small one, unless you're doing a lot of tail recursion or something. I wouldn't worry about it.
>
>

 _______________________________________________
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

References: 
 >inline, optimize, and call stack visibility? (From: "David M. Cotter" <email@hidden>)
 >Re: inline, optimize, and call stack visibility? (From: Wim Lewis <email@hidden>)
 >Re: inline, optimize, and call stack visibility? (From: "David M. Cotter" <email@hidden>)
 >Re: inline, optimize, and call stack visibility? (From: Wim Lewis <email@hidden>)

  • Prev by Date: Re: inline, optimize, and call stack visibility?
  • Next by Date: Re: inline, optimize, and call stack visibility?
  • Previous by thread: Re: inline, optimize, and call stack visibility?
  • Next by thread: Re: inline, optimize, and call stack visibility?
  • Index(es):
    • Date
    • Thread