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

Mutability issues #81

Open
AlixANNERAUD opened this issue Nov 14, 2024 · 0 comments
Open

Mutability issues #81

AlixANNERAUD opened this issue Nov 14, 2024 · 0 comments

Comments

@AlixANNERAUD
Copy link
Contributor

Similar to issue #75, some references are marked as immutable even though the underlying objects are modified. For example, in Function::call, Instance is marked as immutable, but it's unlikely that Instance is only being read when a function is called.

@AlixANNERAUD AlixANNERAUD changed the title Mutability Mutability issues Nov 14, 2024
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

No branches or pull requests

1 participant