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

Member access rewrite #49

Open
DavidPH opened this issue May 30, 2020 · 0 comments
Open

Member access rewrite #49

DavidPH opened this issue May 30, 2020 · 0 comments

Comments

@DavidPH
Copy link
Owner

DavidPH commented May 30, 2020

Current method of doing member access involves literally doing pointer casts to manipulate pointer arithmetic operations internally. It also generates inefficient code for member-member and first-member access. All of this would probably be best served with a separate Exp class to handle the unusual nature of the operation, even if it would have some overlap with the currently appropriated classes.

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