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

Compact arglist #149

Merged
merged 2 commits into from
Apr 21, 2015
Merged

Compact arglist #149

merged 2 commits into from
Apr 21, 2015

Conversation

vitaut
Copy link
Contributor

@vitaut vitaut commented Apr 20, 2015

Fixes #143.

vitaut added 2 commits April 20, 2015 08:08
If the number of arguments is less than MAX_PACKED_ARGS, pass
the arguments as a Value array rather than Arg array.
vitaut added a commit that referenced this pull request Apr 21, 2015
@vitaut vitaut merged commit 8af48bb into master Apr 21, 2015
@vitaut vitaut deleted the compact-arglist branch April 21, 2015 14:05
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

Successfully merging this pull request may close these issues.

Make sure that support for arbitrary number of arguments doesn't increase compiled code size
1 participant