Commit e2975b8e authored by Marius Wachtler's avatar Marius Wachtler

interpreter: Don't GC allocate ASTInterpreter instances.

GC allocating the huge number of large ASTInterpreter instances is slow,
instead add a small wrapper object which gets GC allocated and notifies the ASTInterpreter.
parent caa84b81
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment