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

arm64: support larger offsets #6

Closed
tsavola opened this issue Sep 6, 2019 · 1 comment
Closed

arm64: support larger offsets #6

tsavola opened this issue Sep 6, 2019 · 1 comment
Milestone

Comments

@tsavola
Copy link
Member

tsavola commented Sep 6, 2019

Branch offsets and such have limited range in some cases. Support large programs.

@tsavola tsavola added this to the v1.0 milestone Sep 6, 2019
@tsavola
Copy link
Member Author

tsavola commented Oct 21, 2019

  • Support for maximum function local count has been added to ARM backend.
  • ARM-specific program size limit has been promoted to common text size limit (512 MB).
  • ARM backend still imposes function-specific text size limit (4 MB), while x86 backend doesn't have a limit.

Text size limits would ideally be applied consistently across backends, but estimation is hard. A conservative wasm code size limit would have to be very small.

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