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

Rework memory type hierarchy #185

Open
bchurchill opened this issue Jun 1, 2015 · 0 comments
Open

Rework memory type hierarchy #185

bchurchill opened this issue Jun 1, 2015 · 0 comments

Comments

@bchurchill
Copy link
Member

I think dealing with all the memory operands would be way easier if we just encoded the length (in bytes) into the Operand's val2_ field. It would mean we won't have casts to/from M8 everywhere and we could remove a ton of these switch statements over the type() field which can't be all that fast to begin with.

I don't want to do this now since the develop branch isn't all that stable at the moment.

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