RFR: 8302369: Reduce the stack size of the C1 compiler [v2]

SUN Guoyun duke at openjdk.org
Sat Feb 18 02:12:19 UTC 2023


On Sat, 18 Feb 2023 00:35:51 GMT, Dean Long <dlong at openjdk.org> wrote:

>> SUN Guoyun has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8302369: Reduce the stack size of the C1 compiler
>
> src/hotspot/share/c1/c1_CodeStubs.hpp line 568:
> 
>> 566:     f->update_reserved_argument_area_size(2 * BytesPerWord);
>> 567: #endif
>> 568:   }
> 
> How about moving the CPU-specific value to CPU-specific code?  Maybe `c1_Defs_<cpu>.hpp`?

Done

-------------

PR: https://git.openjdk.org/jdk/pull/12548


More information about the hotspot-compiler-dev mailing list