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
esprima does the same with its syntax object, which is a set of constant strings.
If we can statically determine that an object is constructed and populated with constants - and then frozen, we can move the construction/population out of code entirely, and put it in the data segment of the executable instead.
The text was updated successfully, but these errors were encountered:
similar to #10.
pirouette does the following to map objective-c enums:
esprima does the same with its syntax object, which is a set of constant strings.
If we can statically determine that an object is constructed and populated with constants - and then frozen, we can move the construction/population out of code entirely, and put it in the data segment of the executable instead.
The text was updated successfully, but these errors were encountered: