When does C1 use the same register for inputs and temps?

dean.long at oracle.com dean.long at oracle.com
Fri Feb 21 02:07:54 UTC 2025


On 2/20/25 3:38 AM, Andrew Haley wrote:

> Was it simply that way back when, people were trying to use the absolute
> minimum of registers? 


That would be my guess, as it's the only reason I can think of to do 
it.  It might have been nice to have the decision made in 
platform-specific code rather than in shared code where it is now.

dl



More information about the hotspot-compiler-dev mailing list