guix/src
Eelco Dolstra 0a84137c45 * checkVarDefs: don't check in closed terms, which don't have
undefined variables by definition.  This matters for the
  implementation of "with", which does a call to checkVarDefs to see
  if the body of the with has no undefined variables.  (It can't be
  checked at parse time because you don't know which variables are in
  the "with" attribute set.)  If we check closed terms, then we check
  not just the with body but also the substituted terms, which are
  typically very large.  This is the cause of the poor nix-env
  performance on Nixpkgs lately.  It didn't happen earlier because
  "with" wasn't used very often in the past.

  This fix improves nix-env performance roughly 60x on current Nixpkgs.
  nix-env -qa is down from 29.3s to 0.5s on my laptop, and nix-env -qa
  --out-path is down from 229s to 3.39s.  Not bad for a 1-line fix :-)
2008-02-21 12:01:24 +00:00
..
bin2c
boost * Install header files in /nix/include/nix. 2006-09-04 22:41:36 +00:00
bsdiff-4.3 * Mac OS X 10.5 compatibility. 2007-12-13 22:06:19 +00:00
libexpr * checkVarDefs: don't check in closed terms, which don't have 2008-02-21 12:01:24 +00:00
libmain * Flag `--no-build-hook' to disable distributed builds. 2007-11-16 16:15:26 +00:00
libstore * nix-store --dump-db / --load-db to dump/load the Nix DB. 2008-01-29 18:17:36 +00:00
libutil * Use strsignal if available to give better error messages for 2007-12-14 14:49:35 +00:00
nix-env * More documentation. 2007-12-31 02:52:17 +00:00
nix-hash * Use a proper namespace. 2006-09-04 21:06:23 +00:00
nix-instantiate * Option --argstr for passing string arguments easily. (NIX-75) 2007-01-14 12:32:44 +00:00
nix-log2xml
nix-setuid-helper * Remove a warning. 2007-04-16 14:45:25 +00:00
nix-store * nix-store --dump-db / --load-db to dump/load the Nix DB. 2008-01-29 18:17:36 +00:00
nix-worker * Flag `--no-build-hook' to disable distributed builds. 2007-11-16 16:15:26 +00:00
Makefile.am * Start of the setuid helper (the program that performs the operations 2006-12-06 01:24:02 +00:00
aterm-helper.pl * Big cleanup of the semantics of paths, strings, contexts, string 2006-10-16 15:55:34 +00:00