Skip to content

Asm_directives for arm64; move frame_size etc into Proc for amd64+arm64 #2485

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

Merged
merged 2 commits into from
Apr 26, 2024

Conversation

mshinwell
Copy link
Collaborator

Implements Asm_directives for arm64 targets and also a few other things required for DWARF inlined frames (but not specific to debugging support). I will discuss this with @xclerc in due course.

Includes #2483

@mshinwell mshinwell force-pushed the arm64-asm-directives branch 2 times, most recently from 7cab948 to d38047f Compare April 26, 2024 13:45
@mshinwell mshinwell changed the title Implement Asm_directives interface for arm64 etc Asm_directives for arm64; move frame_size etc into Proc for amd64+arm64 Apr 26, 2024
@mshinwell mshinwell force-pushed the arm64-asm-directives branch 2 times, most recently from 6ea2192 to beda9c1 Compare April 26, 2024 13:58
@mshinwell
Copy link
Collaborator Author

Since it was entangled with the arm64 side, this patch now moves the initial stack offset and frame size calculations to Proc for both amd64 and arm64.

@mshinwell mshinwell force-pushed the arm64-asm-directives branch from beda9c1 to 924da10 Compare April 26, 2024 14:03
@mshinwell mshinwell marked this pull request as ready for review April 26, 2024 14:03
@mshinwell mshinwell merged commit 04d3b5c into oxcaml:main Apr 26, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants