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

android: Enable JIT compilation on 64-bit Android. #32284

Merged
merged 1 commit into from
May 14, 2024

Conversation

mukilan
Copy link
Member

@mukilan mukilan commented May 14, 2024

Based on the investigation in #31134, the bug in
SpiderMonkey JIT affects only 32-bit systems. Therefore, we
can safely enable JIT compilation again on 64-bit systems.

Signed-off-by: Mukilan Thiyagarajan mukilan@igalia.com


  • ./mach build -d does not report any errors
  • ./mach test-tidy does not report any error
  • These changes do not require tests because there shouldn't be any functional changes.

Based on the investigation in [servo#31134][1], the [bug][2] in
SpiderMonkey JIT affects only 32-bit systems. Therefore, we
can safely enable JIT compilation again on 64-bit systems.

[1]: servo#31134
[2]: https://bugzilla.mozilla.org/show_bug.cgi?id=1892374

Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
@mrobinson mrobinson enabled auto-merge May 14, 2024 06:29
@mrobinson mrobinson added this pull request to the merge queue May 14, 2024
Merged via the queue into servo:main with commit bb5906e May 14, 2024
9 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants