RFR: 8252505: C1/C2 compiler support for blackholes

Andrew Haley aph at redhat.com
Wed Nov 25 14:22:35 UTC 2020


On 25/11/2020 12:45, Vladimir Ivanov wrote:
> Even if there are no instructions issued, some of the unfortunate effects of a call may be still there (e.g., spills around the place where the node is scheduled, memory state is effectively killed). Fixing that would involve overriding calling conventions, in_RegMask()/out_RegMask(), customize memory effects.

Is that even a downside? It does at least allow everything in flight to
become visible. It's certainly an improvement over what we have at the
moment.

But Aleksey, there is an alternative: a store that doesn't do anything.
Did you consider that instead? I guess the problem is that there'd be a lot
more nodes.

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



More information about the hotspot-compiler-dev mailing list