lambdachine
lambdachine copied to clipboard
Distinguish between known and unknown call
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.