dyld shared cache: firefox vs safari
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com --- #!/bin/bash How can I make Firefox use the dyld shared cache like Safari does? Thanks, Joel [1] http://github.com/wagerlabs/firefox-startup/tree/master [2] http://gist.github.com/175842 [3] http://gist.github.com/175843 --- fastest mac firefox! http://wagerlabs.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... I wrote io.d, a DTrace script and a derivative of iosnoop, to roll up disk io time during the first 20s of the Firefox startup [1]. I already have a 'cold startup' shell script that I use to trace Firefox, e.g. cmd="./Minefield.app/Contents/MacOS/firefox-bin -no-remote -foreground -P 2" sync && purge && dtrace -x dynvarsize=64m -x evaltime=exec -c "$cmd" - wZs $1 --- I cold-started and traced both Firefox [2] and Safari [3]. I now have a hunch that the slow Firefox startup may have a lot to do with the fact that most of the Safari bits are pulled from the dyld shared cache. This email sent to site_archiver@lists.apple.com
participants (1)
-
Joel Reymont