Create OMR::Node::storeToAddressField() helper - #7531
Conversation
fc5971e to
9e206ce
Compare
|
Removed unnecessary change. |
9e206ce to
01ebad9
Compare
|
Removed unnecessary change. |
|
@hzongaro kindly agreed to review. |
There was a problem hiding this comment.
I had a couple of minor comments. My only real concern about this is proposal is whether adding this as a method in OMR::Node is appropriate. It feels like a handy utility method that should be added elsewhere.
I'd like to ask @0xdaryl for his thoughts about it.
We considered adding it to |
|
While there may not be a lot of application of this API within OMR itself, downstream projects might benefit from it. I think it is OK to have this function in the Node class because it is using the right APIs for determining write barrier usage and it is properly documented. My main concern is the use of |
|
Added |
hzongaro
left a comment
There was a problem hiding this comment.
Looks good. May I ask you to squash the two commits, and add a sentence to the commit message describing the motivation for the addition? Thanks!
- create a helper for a common but not trivial code sequence
c295b01 to
4ddc881
Compare
|
Squashed and added a description. |
|
Jenkins build all |
|
A number of .exe files appear to be missing from the Windows build, but it's not clear why. It doesn't look like they could be related to this change. Rerunning. . . . Jenkins build win |
Uh oh!
There was an error while loading. Please reload this page.