RFR: 8259822: [PPC64] Support the prefixed instruction format added in POWER10 [v7]
Kazunori Ogata
ogatak at openjdk.java.net
Thu Mar 25 06:16:54 UTC 2021
On Wed, 24 Mar 2021 22:27:08 GMT, Corey Ashford <cashford at openjdk.org> wrote:
>> Kazunori Ogata has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Remove unused code and resolve merge conflict
>
> No functional comments. Just some minor grammar things.
@CoreyAshford Thank you for your comment. (I want an automatic grammar checker in github...)
> Since this string is used so many times, I almost feel like it ought to be factored out.
I factored out the function bodies of `*Node::compute_padding()` to a static function, since they are just duplicated.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2095
More information about the hotspot-compiler-dev
mailing list