* Cache parse trees to prevent repeated parsing of imported Nix
expressions.
This commit is contained in:
@@ -135,6 +135,8 @@ private:
|
||||
|
||||
bool allowUnsafeEquality;
|
||||
|
||||
ATermMap parseTrees;
|
||||
|
||||
public:
|
||||
|
||||
EvalState();
|
||||
|
||||
Reference in New Issue
Block a user