mirror of
https://github.com/NixOS/nix
synced 2025-06-26 20:01:15 +02:00
* Cache parse trees to prevent repeated parsing of imported Nix
expressions.
This commit is contained in:
parent
3d94be61ea
commit
55e207b2dc
3 changed files with 10 additions and 7 deletions
|
@ -135,6 +135,8 @@ private:
|
|||
|
||||
bool allowUnsafeEquality;
|
||||
|
||||
ATermMap parseTrees;
|
||||
|
||||
public:
|
||||
|
||||
EvalState();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue