Stephen Montgomery-Smith wrote:
2. Profile bsd make and see if there are any bottlenecks. I bet make
was never designed for speed in these kinds of situations. But this
would be a long term project, albeit definitely worth doing.
It looks to me like the variables are stored as a linear lis
Quoting Doug Barton <[EMAIL PROTECTED]> (from Sun, 20 May 2007
15:20:48 -0700):
Alexander Leidinger wrote:
Quoting Stephen Montgomery-Smith <[EMAIL PROTECTED]> (Sat,
19 May 2007 23:48:52 -0500):
On my system, the program pkg_version can double its speed simply
by replacing "make -V PKG
Stephen Montgomery-Smith wrote:
Stephen Montgomery-Smith wrote:
On Sun, 20 May 2007, Doug Barton wrote:
Alexander Leidinger wrote:
Quoting Stephen Montgomery-Smith <[EMAIL PROTECTED]> (Sat,
19 May 2007 23:48:52 -0500):
On my system, the program pkg_version can double its speed simply
by
Stephen Montgomery-Smith wrote:
On Sun, 20 May 2007, Doug Barton wrote:
Alexander Leidinger wrote:
Quoting Stephen Montgomery-Smith <[EMAIL PROTECTED]> (Sat, 19
May 2007 23:48:52 -0500):
On my system, the program pkg_version can double its speed simply by
replacing "make -V PKGNAME" by "m
On Sun, 20 May 2007, Doug Barton wrote:
Alexander Leidinger wrote:
Quoting Stephen Montgomery-Smith <[EMAIL PROTECTED]> (Sat, 19 May
2007 23:48:52 -0500):
On my system, the program pkg_version can double its speed simply by
replacing "make -V PKGNAME" by "make BEFOREPORTMK=yes -V PKGNAME"
Doug Barton wrote:
Alexander Leidinger wrote:
Quoting Stephen Montgomery-Smith <[EMAIL PROTECTED]> (Sat, 19
May 2007 23:48:52 -0500):
On my system, the program pkg_version can double its speed simply by
replacing "make -V PKGNAME" by "make BEFOREPORTMK=yes -V PKGNAME"
This is very cool! I'v
Alexander Leidinger wrote:
Quoting Stephen Montgomery-Smith <[EMAIL PROTECTED]> (Sat, 19 May 2007 23:48:52
-0500):
On my system, the program pkg_version can double its speed simply by
replacing "make -V PKGNAME" by "make BEFOREPORTMK=yes -V PKGNAME"
This is very cool! I've already added it t
Quoting Stephen Montgomery-Smith <[EMAIL PROTECTED]> (Sat, 19 May 2007 23:48:52
-0500):
> On my system, the program pkg_version can double its speed simply by
> replacing "make -V PKGNAME" by "make BEFOREPORTMK=yes -V PKGNAME" in
> src/usr.sbin/pkg_install/version. Basically what it does is to
On my system, the program pkg_version can double its speed simply by
replacing "make -V PKGNAME" by "make BEFOREPORTMK=yes -V PKGNAME" in
src/usr.sbin/pkg_install/version. Basically what it does is to tell
"make" to process only about half of bsd.port.mk.
It seems to me that with some clever