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:cc:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=T/NVoKfkzAqpdOtp0tagjmJ+foXXLKY07V7sWPOeVxQ=; b=rRnUGm3eAFDpE+rO3htMYJbGvMNHwhJGzYD6vqkJR5AAvG/S2lwKXsv0kroarFNBKm HtYy1TTjeG3sy8G/OPFr/4jBApgkf6+aVsy9HlD5q2MaOkP25h5a7XTLKTMLdAH0PJKl G7oIIwfObxrvadDaOTEsI46afdNJ8hQf5y5MY= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=inBnUlS9wJbjV9ctiUZWX9eJbj+RyaTn1IuO6Ffxif2we2/eZY6AC6uZepqGDyujUR YwBLX3cKcWYgDQJrZ5R0T4w1a2aIz5UDIddwpPQ57xKagODBpAOs3b82N46UKMreGw9P uU+4lgtasof+7EN0wyZRvBL/FWafgDHQSoGhI= On Aug 20, 2009, at 5:46 PM, Eric Gouriou wrote: grep "dyld: loaded" xx|awk '{print $3}'|xargs otool -L > yyy grep OpenGL yyy 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 (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... 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 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. This email sent to site_archiver@lists.apple.com
participants (1)
-
Joel Reymont