Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Distinguish between known and unknown call #7

Open
nominolo opened this issue Feb 13, 2013 · 0 comments
Open

Distinguish between known and unknown call #7

nominolo opened this issue Feb 13, 2013 · 0 comments

Comments

@nominolo
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant