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

Optimize sig defaults and arity changes to compile-time #61

Open
rurban opened this issue Oct 18, 2013 · 0 comments
Open

Optimize sig defaults and arity changes to compile-time #61

rurban opened this issue Oct 18, 2013 · 0 comments
Milestone

Comments

@rurban
Copy link
Member

rurban commented Oct 18, 2013

The arity check should be done at compile-time, with filling in the defaults and optional+rest args earlier.
We still need to keep the check at run-time for the external API, but most cases can be filled in at compile-time.

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

No branches or pull requests

1 participant