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
I think this is not a requirement for final release but StaticScope naturally deals with variable allocation and scoping rules. It even takes care of shared explicit binding local variable allocation. Originally, the motivation was to have IR model this stuff separately. A large part of that motivation was it existing besides our old runtime. This allowed us to make changes to lvars without needing to consider the second runtime. Now that we only have one we should make any tweaks needed and just use StaticScope.
The text was updated successfully, but these errors were encountered:
I think this is not a requirement for final release but StaticScope naturally deals with variable allocation and scoping rules. It even takes care of shared explicit binding local variable allocation. Originally, the motivation was to have IR model this stuff separately. A large part of that motivation was it existing besides our old runtime. This allowed us to make changes to lvars without needing to consider the second runtime. Now that we only have one we should make any tweaks needed and just use StaticScope.
The text was updated successfully, but these errors were encountered: