Gentoo Archives: gentoo-dev

From: Nathaniel McCallum <npmccallum@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Optimizing performance
Date: Thu, 15 Dec 2005 16:05:22
Message-Id: 1134662319.3050.8.camel@mgrnatem00.asbury.edu
In Reply to: [gentoo-dev] Optimizing performance by Patrick Lauer
1 On Thu, 2005-12-15 at 13:48 +0100, Patrick Lauer wrote:
2 >
3 > I was wondering if there are any sane ways to optimize the performance
4 > of a Gentoo system.
5
6 for package in $system_packages; do
7 profile_application $package
8 eliminate_bottlenecks $package
9 submit_patch_upstream $package
10 done
11
12 Plus, you can fix bugs while you're at it! ;)
13
14 --
15 gentoo-dev@g.o mailing list