• 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: Terry Lambert <email@hidden>
  • Date: Tue, 18 Aug 2009 09:08:24 -0700

On Aug 18, 2009, at 6:17 AM, Joel Reymont <email@hidden> wrote:
Folks,

I'm tasked with improving Firefox startup performance on Mac OSX.

Is there a way to find out what pages of a file are in the filesystem cache?

Is this a good list to discuss IO performance?

Thanks, Joel

My understanding of the performance issues there are that they are not related to what's in the cache, at least not after the first run, since we will preheat the cache for processes after we know what pages are typically in use. It's actually my understanding that the issue is one of having lots of static constructors which are not precomputed, combined by a large API surface that requires vtable linkage fixup on an API by API basis, which is also not precomputed (unless you ask fir it via prebinding).


See also: <http://developer.apple.com/performance/appperformance.html>.

-- Terry
_______________________________________________
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


  • Follow-Ups:
    • 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: Jonas Maebe <email@hidden>
    • Re: which pages of the file are in the cache
      • From: Joel Reymont <email@hidden>
  • Prev by Date: Re: Reading system framework information through Stabs file ?
  • 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: Re: which pages of the file are in the cache
  • Index(es):
    • Date
    • Thread