Firefox/Projects/Startup Time Improvements/joelr notes: Difference between revisions

Line 195: Line 195:
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
</pre>
</pre>
It turns out that ''DYLD_PRINT_LIBRARIES=1'' is the way to show libraries loaded by dyld before a program's entry point (main) whereas ''DYLD_PRINT_LIBRARIES_POST_LAUNCH=1'' will show libraries loaded afterwards, e.g. using ''dlopen'' or ''NSBundle''.


= Previous statuses =  
= Previous statuses =  
109

edits