Re: (Solved) Leopard performance penalty (3x slower), NSPopAutoreleasePool
Re: (Solved) Leopard performance penalty (3x slower), NSPopAutoreleasePool
- Subject: Re: (Solved) Leopard performance penalty (3x slower), NSPopAutoreleasePool
- From: "Dirk Stegemann (Mailing-Lists)" <email@hidden>
- Date: Mon, 19 Nov 2007 21:07:04 +0100
Hello,
Am 17.11.2007 um 21:38 schrieb Gerd Knops:
When testing on Leopard, I started my application through Xcode
(normal run, not debug). Apparently that slows it down a lot...
(...) I do not recall Tiger's Xcode slowing Apps down in a normal
'run',
If I'm not mistaken, in Leopard there is no differentiation anymore
between "normal run" and "debug": Xcode 3 now always runs the program
with GDB attached, but in "run" mode, it simply deactivates all break
points, so in case you "run" your app and something bad happens, the
debugger is usable immediatley, you don't have to re-run the app with
the debugger attached and reproduce the error. Therefore, you can
just re-activate your break points anytime to switch from "run" mode
to "debug" mode.
So, on Leopard both running and debugging should be slow now :)
Best,
Dirk Stegemann
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden