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

drreg should not lazily restore a reg in a DR TLS slot across an app instr #1963

Open
derekbruening opened this issue Jul 4, 2016 · 0 comments

Comments

@derekbruening
Copy link
Contributor

drreg uses DR's TLS slots once it runs out of the N slots that the client
requested in drreg_init(). However, while the drreg docs mention that DR
slots are not safe across app instrs, drreg itself goes ahead and does its
lazy restore optimization across app instrs regardless of whether in a DR slot.

A separate question is whether drreg should let a client hold a
reservation across an app instr if it's in a DR slot?

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