You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: