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

Implement instance member accessors #22

Open
CalebFenton opened this issue Dec 17, 2014 · 2 comments
Open

Implement instance member accessors #22

CalebFenton opened this issue Dec 17, 2014 · 2 comments

Comments

@CalebFenton
Copy link
Owner

These are unimplemented currently because it could easily lead to loss of fidelity. For example, if an instance is modified in another thread, or is modified anywhere outside of the virtualized execution path, which is usually common.

This would need to be an option, disabled by default, and with some warnings around it.
iget-* and iput-* will need to be re-worked, and LocalInstance members will need to be emulated

@strazzere
Copy link
Collaborator

+1 right meow pls

@CalebFenton
Copy link
Owner Author

I got it in a changeset somewhere ;)

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

2 participants