Re: which pages of the file are in the cache
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Folks, I'm tasked with improving Firefox startup performance on Mac OSX. Is this a good list to discuss IO performance? 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 (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... On Aug 18, 2009, at 6:17 AM, Joel Reymont <joelr1@gmail.com> wrote: Is there a way to find out what pages of a file are in the filesystem cache? 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). This email sent to site_archiver@lists.apple.com
participants (1)
-
Terry Lambert