forked from rlane/ubpf
-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add atomics to interpreter and x64 jit (#486)
* Add atomics to interpreter Signed-off-by: Alan Jowett <alan.jowett@microsoft.com> * Implement atomic operations in the JIT. Signed-off-by: Alan Jowett <alan.jowett@microsoft.com> * Add bounds checking for atomics Signed-off-by: Alan Jowett <alan.jowett@microsoft.com> * Mark interlocked ops on arm64 JIT as exected failure Signed-off-by: Alan Jowett <alanjo@microsoft.com> * Mark interlocked operations as failing on macos Signed-off-by: Alan Jowett <alanjo@microsoft.com> * PR feedback Signed-off-by: Alan Jowett <alan.jowett@microsoft.com> * Update vm/ubpf_jit_x86_64.h Co-authored-by: Will Hawkins <whh8b@obs.cr> Signed-off-by: Alan Jowett <alanjo@microsoft.com> * PR feedback Signed-off-by: Alan Jowett <alan.jowett@microsoft.com> --------- Signed-off-by: Alan Jowett <alan.jowett@microsoft.com> Signed-off-by: Alan Jowett <alanjo@microsoft.com> Co-authored-by: Alan Jowett <alan.jowett@microsoft.com> Co-authored-by: Will Hawkins <whh8b@obs.cr>
- Loading branch information
1 parent
4826123
commit f1ecb7a
Showing
6 changed files
with
594 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.