RFR: 8272315: Improve assert_different_registers [v2]
Kim Barrett
kbarrett at openjdk.java.net
Thu Aug 12 03:55:25 UTC 2021
On Wed, 11 Aug 2021 13:08:01 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:
>> ... bearing in mind that quicksort is n.log(n) at best.
>
>> Sorting is kind of overkill. Maybe I should have just use the obvious nested loop? What do reviewers think?
>
> No strong preference on my side. I'm fine with it either way.
Updated to use nested loops.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5083
More information about the hotspot-compiler-dev
mailing list