Re: NSAppleScript init is really, really slow when attached to gdb?
Re: NSAppleScript init is really, really slow when attached to gdb?
- Subject: Re: NSAppleScript init is really, really slow when attached to gdb?
- From: Uli Kusterer <email@hidden>
- Date: Wed, 14 Dec 2005 01:25:05 +0100
Am 13.12.2005 um 16:59 schrieb Jonathan del Strother:
If gdb is attached, however, it takes more like 10 seconds, and
sometimes much longer. In the meantime, gdb dumps about 50 lines
of "Reading symbols for shared libraries....." to the console.
This usually simply means that the framework containing that class
(or used by that class) hasn't been loaded yet and is lazy-loaded now
that you're first using it. Maybe Apple added debug symbols to the
AppleScript-related frameworks in a recent system update?
You should only get this speed-hit the first time through the
constructor, though, as then the frameworks should be loaded.
Cheers,
-- M. Uli Kusterer
http://www.zathras.de
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden