Skip navigation.
 
mlRe: (Solved) Leopard performance penalty (3x slower), NSPopAutoreleasePool
FROM : Dirk Stegemann (Mailing-Lists)
DATE : Mon Nov 19 21:07:04 2007

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