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

jit: Allow forcing Windows ABI to help find Windows bugs under Linux #9236

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jhogberg
Copy link
Contributor

Since I lack a decent Windows environment and felt too lazy to set one up while looking into #9222, I figured I'd dust off an old experiment of mine that used alternative ABIs in the JIT. The idea was that if the crash was caused by a Windows-specific JIT bug, we should be able to reproduce it on Linux by using the Windows ABI.

It turns out that I can't reproduce the bug with this, but since we've had other bugs of this sort we may as well add it now that I've put in the work. While we're at it, we'll also add improved function-signature checking to the ARM JIT.

@jhogberg jhogberg added team:VM Assigned to OTP team VM testing currently being tested, tag is used by OTP internal CI labels Dec 23, 2024
@jhogberg jhogberg self-assigned this Dec 23, 2024
Copy link
Contributor

github-actions bot commented Dec 23, 2024

CT Test Results

    3 files    141 suites   50m 7s ⏱️
1 598 tests 1 549 ✅ 49 💤 0 ❌
2 307 runs  2 238 ✅ 69 💤 0 ❌

Results for commit 95df381.

♻️ This comment has been updated with latest results.

To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass.

See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally.

Artifacts

// Erlang/OTP Github Action Bot

@jhogberg jhogberg removed the testing currently being tested, tag is used by OTP internal CI label Dec 23, 2024
@jhogberg jhogberg force-pushed the john/jit/improve-runtime-call-debugging branch 4 times, most recently from 50b0379 to 519ff61 Compare December 23, 2024 15:45
@jhogberg jhogberg force-pushed the john/jit/improve-runtime-call-debugging branch from 519ff61 to 95df381 Compare December 23, 2024 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team:VM Assigned to OTP team VM
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant