prebinding hell
prebinding hell
- Subject: prebinding hell
- From: Steve Gehrman <email@hidden>
- Date: Thu, 27 Nov 2003 18:43:40 -0800
I've gone through all the steps of verifying my application is prebound
mentioned on the Apple developer pages.
% otool -hv /Applications/Path\ Finder.app/Contents/MacOS/Path\ Finder
magic cputype cpusubtype filetype ncmds sizeofcmds flags
MH_MAGIC PPC ALL EXECUTE 124 15880 NOUNDEFS
DYLDLINK PREBOUND TWOLEVEL
[MirrorDual:~] sgehrman%
% /Applications/Path\ Finder.app/Contents/MacOS/Path\ Finder
dyld: in map_image() determined the system shared regions ARE used
dyld: /Applications/Path Finder.app/Contents/MacOS/Path Finder:
prebinding enabled
In order to get everything prebounds, I had to redo the prebinding on
ever one of my frameworks. That was a pain, but now it's prebound.
Now that everything is prebound, my launch time is 9 bounces in the
Dock, rather than 2 bounces before the prebind!!
Why does my properly prebound application now launch SLOWER?
-steve
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.