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.
Showing
This diff is collapsed.
Please register or sign in to comment