CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/05/25 06:16:34
Modified files:
usr.bin/pkg-config: pkg-config
Log message:
memoize handle_config; is not a slow routine per se, but we spend
a lot of time in it, so cache the return values. The most gain
is from configure scripts/build commands which query several modules
at the same time. this results in as much as a 40% speedup for
those pkg-config invocations.
tested in a bulk/ok landry@
