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

Handle tsx transactions #308

Merged
merged 1 commit into from
Oct 16, 2024
Merged

Conversation

bnigito
Copy link
Contributor

@bnigito bnigito commented Oct 15, 2024

Add limited support for handling Intel's TSX (Transactional Synchronization Extensions), specifically Restricted Transactional Memory (RTM) where aborted transactions were not properly handled.

This also makes a minor change which corrects error printing, where a flush was intended (%!) but the % accidentally omitted.

@bnigito bnigito force-pushed the handle-tsx-transactions branch 2 times, most recently from 114f189 to 7a39f39 Compare October 15, 2024 16:05
@Xyene Xyene force-pushed the handle-tsx-transactions branch 2 times, most recently from ff16b28 to ece59bb Compare October 16, 2024 12:37
…ensions (TSX)

This also makes a minor change which corrects error printing, where a
flush was intended (%!) but the % accidentally omitted.

Closes janestreet#284.

Signed-off-by: Brian Nigito <[email protected]>
@Xyene Xyene force-pushed the handle-tsx-transactions branch from ece59bb to b4402b8 Compare October 16, 2024 12:39
Copy link
Member

@Xyene Xyene left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@Xyene Xyene merged commit 48b61ef into janestreet:master Oct 16, 2024
2 checks passed
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.

2 participants