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

i#111 x64: stack slowpath and redzone handling #2023

Merged
merged 2 commits into from Aug 26, 2017

Conversation

derekbruening
Copy link
Contributor

Adds 64-bit shadow-memory handling of stack operations in the slowpath (the
fastpath is NYI for 64-bit), including handling of the 128-byte UNIX ABI
stack redzone, which requires additional shadow writes to maintain the
shifted addressability boundary.

Issue: 111

Adds 64-bit shadow-memory handling of stack operations in the slowpath (the
fastpath is NYI for 64-bit), including handling of the 128-byte UNIX ABI
stack redzone, which requires additional shadow writes to maintain the
shifted addressability boundary.

Issue: 111
@derekbruening derekbruening merged commit e521af6 into master Aug 26, 2017
@derekbruening derekbruening deleted the i111-x64-stack-shadow branch August 26, 2017 15:50
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

1 participant