Re: [External] : Re: Large allocation in CipherSuites.

2021-07-09 Thread Xuelei Fan
Verghese > > > From: Xuelei Fan > Date: Friday, July 9, 2021 at 11:43 AM > To: "Verghese, Clive" > Cc: "[email protected]" > Subject: RE: Large allocation in CipherSuites. > > BTW, it may worthy to track the development of the Froz

Re: Large allocation in CipherSuites.

2021-07-09 Thread Verghese, Clive
Static Array] I will proceed to create the JBS issue and work on getting additional benchmarks and numbers. Regards, Clive Verghese From: Xuelei Fan Date: Friday, July 9, 2021 at 11:43 AM To: "Verghese, Clive" Cc: "[email protected]" Subject: RE: Large alloca

Re: Large allocation in CipherSuites.

2021-07-09 Thread Xuelei Fan
BTW, it may worthy to track the development of the Frozen Arrays JEP: https://openjdk.java.net/jeps/8261007 Xuelei On Jul 9, 2021, at 11:21 AM, Xuelei Fan mailto:[email protected]>> wrote: Hi Clive, It’s a good point to me! Did you have the numbers about the performance impact? Consi

Re: Large allocation in CipherSuites.

2021-07-09 Thread Xuelei Fan
Hi Clive, It’s a good point to me! Did you have the numbers about the performance impact? Considering the size of CipherSuites, I think it is good to make an improvement. As we are already here, may be we could consider if we could make further performance improvement for searching as well.

Large allocation in CipherSuites.

2021-07-09 Thread Verghese, Clive
Hi We have identified large number of allocations in CipherSuites[1]. The root cause for the allocations is that in the `CipherSuite.values` call in `nameof` and `valueof` functions. These functions are called by the SSLAlgorithmDecomposer and in SSLEngineImpl. The enumeration values functions