Re: Can't trace into an Obj-C call?
Re: Can't trace into an Obj-C call?
- Subject: Re: Can't trace into an Obj-C call?
- From: Rick Altherr <email@hidden>
- Date: Wed, 14 Nov 2007 07:45:50 -0800
On Nov 13, 2007, at 11:46 AM, Rick Mann wrote:
On Nov 13, 2007, at 11:35 AM, Dave Camp wrote:
Are you debugging the debug build with optimizations turned off?
$(*#&$^@(*&#! fucking Xcode default settings. GRrrr.
Thank you.
--
Rick
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40apple.com
This email sent to email@hidden
What you are seeing is a tail-call optimization. Since the method
just simply calls another method, the stack frame gets reused.
--
Rick Altherr
Architecture and Performance Group
email@hidden
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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