On Thu, 10 Dec 2020 10:47:48 GMT, Andrew Haley <[email protected]> wrote:
>> Should we have a separate RegSet type for FloatRegisters to avoid mixing >> them up? > > Absolutely. I'd make an AbstractRegSet and use it as a base type > for both RegSet and FloatRegSet, then we can get rid of the casts > altogether. OK I've done that in the latest commit. ------------- PR: https://git.openjdk.java.net/jdk/pull/1711
