• 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
Re: which pages of the file are in the cache
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Re: which pages of the file are in the cache (From: Michael Smith <email@hidden>)
 >Re: which pages of the file are in the cache (From: Joel Reymont <email@hidden>)
 >Re: which pages of the file are in the cache (From: Eric Gouriou <email@hidden>)

  • Prev by Date: Re: CFFileDescriptor fd leak?
  • Next by Date: Re: which pages of the file are in the cache
  • Previous by thread: Re: which pages of the file are in the cache
  • Next by thread: 64-bit Mac OS X kernel
  • Index(es):
    • Date
    • Thread