> > They also contribute to launch time. Generally speaking, the less > code we have to execute during startup, the better it is for the user > experience.
This is especially important, because even though initialization is often trivial, the page with the code for each initializer should be loaded from disk into memory on startup. This paging often constitutes most of the app startup time. --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
