You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compile all functions as lazy function (still disabled)
* so that the enclosing script can pass compilation, while developing
implement closed over bindings and environment object
* almost ready. needs some accessor/trait
implement lexical scope with environment object
* EnvironmentObject/PushLexicalEnv/PopLexicalEnv
* this can be a preparation for:
closed over bindings
direct eval (not for this issue)
with (not for this issue)
enable lazy function compilation
so that the enclosing script is fully compiled
implement delazification, including:
API between jsparagus and smoosh
bytecode compilation of function parameter and body
implement eager compilation of functions
use the helper structs created in step 5
The text was updated successfully, but these errors were encountered:
arai-a
added
MVP
MVP Project Work - In Scope With A Commitment To Complete.
P2
Project Work (MVP or Reserve) that is available for selection.
labels
May 15, 2020
arai-a
changed the title
Generate lazy function
[meta] Generate lazy function
May 15, 2020
The plan is the following:
* so that the enclosing script can pass compilation, while developing
* almost ready. needs some accessor/trait
*
EnvironmentObject
/PushLexicalEnv
/PopLexicalEnv
* this can be a preparation for:
eval
(not for this issue)with
(not for this issue)The text was updated successfully, but these errors were encountered: