Re: RFR: 8339217: Optimize ClassFile API loadConstant [v3]

2024-08-29 Thread Chen Liang
On Thu, 29 Aug 2024 21:22:34 GMT, Shaojin Wen wrote: >> This is a large method. By splitting it into multiple methods with the same >> name, the caller can automatically select based on the different types of >> parameters, avoiding this large call that cannot be inlined, which can also >> imp

Re: RFR: 8339217: Optimize ClassFile API loadConstant [v3]

2024-08-29 Thread Shaojin Wen
> This is a large method. By splitting it into multiple methods with the same > name, the caller can automatically select based on the different types of > parameters, avoiding this large call that cannot be inlined, which can also > improve startup performance. > > * current > > CodeBuilder {