Closed
Description
Enable lazy translation from the JRuby AST to Truffle AST for user code by default (--lazy-translation-user
).
This is already the case for core library code, but not for user code.
This might need a few extra checks during parsing and some fixes for instrumentation.
This should help to improve the time to load code (part of application startup time).