lambdachine icon indicating copy to clipboard operation
lambdachine copied to clipboard

Distinguish between known and unknown call

Open nominolo opened this issue 12 years ago • 0 comments

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.

nominolo avatar Feb 13 '13 15:02 nominolo