Re: which pages of the file are in the cache
Re: which pages of the file are in the cache
- Subject: Re: which pages of the file are in the cache
- From: Joel Reymont <email@hidden>
- Date: Fri, 21 Aug 2009 00:02:07 +0100
On Aug 20, 2009, at 5:46 PM, Eric Gouriou wrote:
Remove load-time initializers (reduce their number, make them
compile-time constants or move
them into static initializers in accessor functions to get them
lazily executed)
According to my latest test run [1], I have 182 XUL initializers and
101 OpenGL ones.
I'm at a loss as to who is pulling in OpenGL, e.g. the following does
not reveal it
grep "dyld: loaded" xx|awk '{print $3}'|xargs otool -L > yyy
grep OpenGL yyy
Is there a way to move OpenGL initialization into the future and out
of the startup?
Intuitively, I don't think it can be done because I think all Mac
drawing is OpenGL-based. Still, I thought I'd confirm.
Thanks, Joel
[1] http://pastie.org/590506
---
faster mac firefox
http://tinyco.de
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden