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: make sure RSP is 16 byte aligned when we call into rust code #523

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

alessandrod
Copy link

The System V ABI requires $rsp to be 16 bytes aligned. Internally we don't emit any instructions that require alignment but when we call out to rustc generated code we must align.

The System V ABI requires $rsp to be 16 bytes aligned. Internally we
don't emit any instructions that require alignment but when we call out
to rustc generated code we must align.
@codecov-commenter
Copy link

Codecov Report

Merging #523 (c6c04dd) into main (c10ce31) will increase coverage by 0.06%.
The diff coverage is 76.92%.

@@            Coverage Diff             @@
##             main     #523      +/-   ##
==========================================
+ Coverage   89.62%   89.69%   +0.06%     
==========================================
  Files          23       23              
  Lines       10303    10313      +10     
==========================================
+ Hits         9234     9250      +16     
+ Misses       1069     1063       -6     
Files Changed Coverage Δ
src/jit.rs 92.20% <76.92%> (-0.18%) ⬇️

... and 1 file with indirect coverage changes

@Lichtso Lichtso merged commit 68abc2c into solana-labs:main Sep 25, 2023
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.

3 participants