RFR: 8193193: immByteMapBase operand generated for non-CardTable GCs

Andrew Haley aph at redhat.com
Mon Dec 11 16:36:19 UTC 2017


On 11/12/17 16:04, Roman Kennke wrote:
> I wonder if it might be worth to keep the byte_map_base in a dedicated 
> register?

No, because we can usually do load_byte_map_base with something like

    adrp x1, 0x000003ff68410000

i.e. it's a single-clock instruction.

-- 
Andrew Haley
Java Platform Lead Engineer
Red Hat UK Ltd. <https://www.redhat.com>
EAC8 43EB D3EF DB98 CC77 2FAD A5CD 6035 332F A671


More information about the hotspot-compiler-dev mailing list