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

Exprjit: Macros & Alterations #963

Merged
merged 4 commits into from Sep 14, 2018

Conversation

jstuder-gh
Copy link
Contributor

Implements a few macros and alterations.

Also changes signature for and args passed to
MVM_frame_bind_lexical_by_name to better
accomodate the exprjit.

Pass the MVMRegister by value to the lexical binding function instead
of a pointer.

This accomodates the exprjit templates and allows us to the pass the
value of a read register.
Literal has a higher chance of being wrong
@bdw bdw merged commit 848f74e into MoarVM:master Sep 14, 2018
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.

None yet

2 participants