Re: which pages of the file are in the cache
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=OkuijtyJ0oZ5mazMZZ55d5l+PJa8vMr0PwnO26xxXEY=; b=ZyYvDKrBR5Y/pwptcYwKviFS1anfEEGVu6pr7amVRlFtqT+JPKtg0MlCxC33KhvsCQ E96d1kAdgpstyNW+HVf3idXHfyWhquPel6I+sHJhkD3D/3QPhykHktBEGjlHB7TAzpRo l/4A26kxwYln7DU664SBB9kQSDVw6nuHsnfUU= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=niR8CblXLsmoMDFbClKeqBljTFFZlcKa2W0NVfAoelaaFa8MOs59WlXFZJMRo7b3dK IzhqY+a5fxzkQ+EqFlo262Fmgfk20fWmpG0pm7qcC0nahk63nGAIN2si/kKwA4rkUIYm fCBa9PfiQtGqYap0DaFFixl4NkxrS0qOYWQH4= Terry, On Aug 18, 2009, at 5:08 PM, Terry Lambert wrote: Thanks, Joel --- making mac firefox run faster http://twitter.com/wagerlabs _______________________________________________ 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... 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). I'll be glad to post profiling results here, if of general interest. Previous profiling efforts point at file IO being the bottleneck. Too much of it is, apparently, done too slowly. This email sent to site_archiver@lists.apple.com
participants (1)
-
Joel Reymont