mirror of
https://github.com/NixOS/nix
synced 2025-06-26 20:01:15 +02:00
* Optimise null-ary term builders. Also declare all term builder
functions as pure, which might improve performance a bit.
This commit is contained in:
parent
68174bdc7d
commit
d300b4383d
3 changed files with 16 additions and 7 deletions
|
@ -29,7 +29,6 @@ struct EvalState
|
|||
DrvRoots drvRoots;
|
||||
DrvHashes drvHashes; /* normalised derivation hashes */
|
||||
SrcToStore srcToStore;
|
||||
Expr blackHole;
|
||||
|
||||
unsigned int nrEvaluated;
|
||||
unsigned int nrCached;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue