• 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: Determining if a function is being called
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Determining if a function is being called


  • Subject: Re: Determining if a function is being called
  • From: Jean Suisse <email@hidden>
  • Date: Sat, 05 Jan 2013 22:37:48 +0100

On 5 janv. 2013, at 21:16, Jens Alfke wrote:

> Also, before you go to this trouble, make sure the intrinsics you’re trying to detect aren’t inlined. There’s no general way to detect calls to an inlined function :)

True. Be aware of this fact but don't ignore inline functions completely because some compilers may sometime choose not to inline functions (despite the use of the inline keyword).
(This is because people writing compilers know more than most other developers about machine code & CPU architectures. And they know that in some circumstances, inline functions can actually be less efficient).




 _______________________________________________
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: 
 >Determining if a function is being called (From: Rick Mann <email@hidden>)
 >Re: Determining if a function is being called (From: Joar Wingfors <email@hidden>)
 >Re: Determining if a function is being called (From: Rick Mann <email@hidden>)
 >Re: Determining if a function is being called (From: Ken Thomases <email@hidden>)
 >Re: Determining if a function is being called (From: Jens Alfke <email@hidden>)

  • Prev by Date: Re: Determining if a function is being called
  • Next by Date: Duplicate symbol problem with coalesced symbols in visibility-limited static library
  • Previous by thread: Re: Determining if a function is being called
  • Next by thread: Re: Determining if a function is being called
  • Index(es):
    • Date
    • Thread