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

Take index type into account in dynamic memory explicit bounds checks #8219

Open
fitzgen opened this issue Mar 22, 2024 · 0 comments
Open

Take index type into account in dynamic memory explicit bounds checks #8219

fitzgen opened this issue Mar 22, 2024 · 0 comments
Labels
cranelift:goal:optimize-speed Focus area: the speed of the code produced by Cranelift.

Comments

@fitzgen
Copy link
Member

fitzgen commented Mar 22, 2024

In the general case, we do a bunch of uadd_overflow_traps, but we shouldn't need to worry about overflow for 32-bit Wasm memories on 64-bit targets.

@fitzgen fitzgen added the cranelift:goal:optimize-speed Focus area: the speed of the code produced by Cranelift. label Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cranelift:goal:optimize-speed Focus area: the speed of the code produced by Cranelift.
Projects
None yet
Development

No branches or pull requests

1 participant