Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Use aligned memory access in JIT_StackProbe #27235

Merged
merged 1 commit into from
Oct 17, 2019
Merged

Use aligned memory access in JIT_StackProbe #27235

merged 1 commit into from
Oct 17, 2019

Conversation

echesakov
Copy link

As Jan suggested in #27184 (comment) I reimplemented JIT_StackProbe so the helper uses only aligned memory access to probe the stack. It turns out that the new implementations on win-x86, linux-x86 and Linux-x64 require one instruction less.

@BruceForstall @janvorli PTAL
cc @jkotas

Copy link
Member

@jkotas jkotas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jkotas jkotas merged commit 73b9f63 into dotnet:master Oct 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants