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
Currently, we compile references to extern functions as closures with empty environments. This makes it hard to see what the generated code is doing. We should instead special-case calls that refer to externs to call those functions directly, with no closure wrapping.
The text was updated successfully, but these errors were encountered:
Currently, we compile references to extern functions as closures with empty environments. This makes it hard to see what the generated code is doing. We should instead special-case calls that refer to externs to call those functions directly, with no closure wrapping.
The text was updated successfully, but these errors were encountered: