mirror of
https://github.com/NixOS/nix
synced 2025-06-26 07:31:15 +02:00
libexpr: Optimize prim_derivationStrict by using more symbol comparisons
This commit is contained in:
parent
0845cdf944
commit
7e0360504d
3 changed files with 15 additions and 10 deletions
|
@ -294,6 +294,10 @@ EvalState::EvalState(const Strings & _searchPath, ref<Store> store)
|
|||
, sWrong(symbols.create("wrong"))
|
||||
, sStructuredAttrs(symbols.create("__structuredAttrs"))
|
||||
, sBuilder(symbols.create("builder"))
|
||||
, sArgs(symbols.create("args"))
|
||||
, sOutputHash(symbols.create("outputHash"))
|
||||
, sOutputHashAlgo(symbols.create("outputHashAlgo"))
|
||||
, sOutputHashMode(symbols.create("outputHashMode"))
|
||||
, repair(NoRepair)
|
||||
, store(store)
|
||||
, baseEnv(allocEnv(128))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue