-
Notifications
You must be signed in to change notification settings - Fork 396
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
Create more detailed OSR documentation #7200
Conversation
gita-omr
commented
Dec 11, 2023
•
edited
Loading
edited
- introduce new concepts
- provide detailed desciption of OSR mechanism based on involuntary OSR
- map new concepts into existing API
Added commit message. |
1e21a23
to
aaad89f
Compare
Removed empty lines a the EOF. |
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.
Started reviewing, but had to put it aside. I thought I should pass along my comments thus far, so they don't get lost.
Addressed all comments above. |
I think I missed a bunch of comments. Looking at them now... |
Addressed all the comments. |
Fixed line ending. |
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.
A few more minor copy edits
Thanks a lot for the corrections. Addressed. |
Thanks! I think you might have missed my replies to earlier threads: |
Addressed 3 comments above but #7200 (comment) still needs some discussion. |
6fcd9e2
to
c42e33b
Compare
Addressed #7200 (comment) |
Pushed minor correction. |
Pushed more corrections. |
Pushed more corrections from @jdmpapin |
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.
Thanks, Gita, for pulling all this information together! And thanks to Devin for his thorough review!
I just have a few more minor comments.
Addressed latest comments from @hzongaro |
Changed all of the method and class names to use the code font. |
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.
I think the changes all look good. Just one comment on the placeholder link added for thunk archetype.
Created a link to MethodHadles.md in openj9 |
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 good! Once you've squashed the commits, I will merge.
- introduce new concepts - provide detailed desciption of OSR mechanism based on involuntary OSR - map new concepts into existing API
Squashed. |