• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
prebinding hell
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Prev by Date: Re: NSTextView: Detecting when caret moves out of line
  • Next by Date: Re: NSTextView: Detecting when caret moves out of line
  • Previous by thread: Re: Using gcc
  • Next by thread: Changing the text of an NSTextView without killing undos
  • Index(es):
    • Date
    • Thread