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
Right now, CALL has to check for partial application and overapplication. We should distinguish between a call of a known function (CALL) and a call of an unknown function (APPLY). It wont change much, overall, but the interpreters would have to perform one or two fewer checks, making it slightly faster.
The text was updated successfully, but these errors were encountered:
Right now,
CALL
has to check for partial application and overapplication. We should distinguish between a call of a known function (CALL
) and a call of an unknown function (APPLY
). It wont change much, overall, but the interpreter
s would have to perform one or two fewer checks, making it slightly faster.The text was updated successfully, but these errors were encountered: