[PRISM] Build wrapper scopes for eval
Don't use build_options_scopes We can inline the code here instead and avoid allocating all the extra arrays.
build_options_scopes
Create pm_scope_node_t objects with the correct local table, for the scope node returned from the parser.
pm_scope_node_t
Co-Authored-By: Kevin Newton [email protected]
[PRISM] Build wrapper scopes for eval
Don't use
build_options_scopes
We can inline the code here insteadand avoid allocating all the extra arrays.
Create
pm_scope_node_t
objects with the correct local table, for thescope node returned from the parser.
Co-Authored-By: Kevin Newton [email protected]