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

Add handling for restartable sequence corner cases #4315

Open
derekbruening opened this issue Jun 4, 2020 · 0 comments
Open

Add handling for restartable sequence corner cases #4315

derekbruening opened this issue Jun 4, 2020 · 0 comments

Comments

@derekbruening
Copy link
Contributor

This covers handling some corner cases for restartable sequences ("rseq") which our original implementation for #2350 does not handle.
These are from the list at #2350 (comment)

There are a number of corner cases left to cover, but they are lower priority. These are things like:

  • Invoking the 2nd execution on a sequence midpoint exit (maybe leveraging __rseq_exit_point_array)
  • Handling indirect branch exits out of a sequence
  • Remove the -rseq_assume_call option once we're satisfied we'll never go back to it
  • Add more sanity checks for existing requirements/assumptions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant