Gentoo Archives: gentoo-portage-dev

From: Brian Harring <ferringb@g.o>
To: gentoo-portage-dev@l.g.o
Subject: [gentoo-portage-dev] confcache
Date: Tue, 15 Nov 2005 01:44:49
Message-Id: 20051115014331.GA13475@nightcrawler
1 Hola all.
2
3 Wrote another confcache implementation (this time not bound to ebd
4 thank god), and stuck an ebuild and portage patch for it in
5 http://dev.gentoo.org/~ferringb/confcache/ .
6
7 Should be a bit stricter then the 2.1 implementation; for those not
8 aware of what it is, it's a global autoconf cache + staleness
9 detection. End result is a 2-4x faster configure run when the cache
10 is fully primed, decreasing levels of gain if the cache isn't full.
11 Worst case, cache is invalidated/missing, which is normal
12 configure runtifme + minor overhead.
13
14 Portage integration is pretty minor; just an econf modification.
15 Feedback/testing desired, so have fun with it.
16 ~harring

Replies

Subject Author
[gentoo-portage-dev] Re: confcache Thomas Kirchner <lists@××××××××.org>