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

Predictable wasm code size limits #12

Open
tsavola opened this issue Oct 21, 2019 · 0 comments
Open

Predictable wasm code size limits #12

tsavola opened this issue Oct 21, 2019 · 0 comments

Comments

@tsavola
Copy link
Member

tsavola commented Oct 21, 2019

Ideally:

  • Limit module size so that it's hit before text size limit, regardless of which backend is used for code generation.
  • Limit wasm function size so that it's hit before ARM64 function size limit.

See #6.

@tsavola tsavola changed the title compile: predictable code size limits Predictable wasm code size limits Dec 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant