-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Atomic hotswapping in JIT mode #2786
Conversation
Writing the GOT entries needs to be delayed until after relocations have been performed and the memory has been marked as executable for code or read only for read only data. |
@eggyal has implemented this. Thanks! |
c51af98
to
a19695b
Compare
I cleaned up the PR. Ready for review. |
r? @abrown ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks OK to me but I'll defer to @sunfishcode if he has any comments.
May conflict with #2745 or #2750, so please merge those first.