Re: RFR: 8213035: Pack MethodHandleInlineStrategy coder and length into a long

2018-10-29 Thread Claes Redestad
Vladimir, Mandy, thanks for reviewing! /Claes On 2018-10-29 20:16, Mandy Chung wrote: On 10/29/18 8:17 AM, Claes Redestad wrote: Hi, by packing the coder and length values into a long, and combining the length and coder mixers, we can reduce the number of MHs generated to set up String co

Re: RFR: 8213035: Pack MethodHandleInlineStrategy coder and length into a long

2018-10-29 Thread Mandy Chung
On 10/29/18 8:17 AM, Claes Redestad wrote: Hi, by packing the coder and length values into a long, and combining the length and coder mixers, we can reduce the number of MHs generated to set up String concatenations. Theoretically we reduce the number of MHs created by up to a third, and

Re: RFR: 8213035: Pack MethodHandleInlineStrategy coder and length into a long

2018-10-29 Thread Vladimir Ivanov
Looks good. Best regards, Vladimir Ivanov On 29/10/2018 08:17, Claes Redestad wrote: Hi, by packing the coder and length values into a long, and combining the length and coder mixers, we can reduce the number of MHs generated to set up String concatenations. Theoretically we reduce the num

RFR: 8213035: Pack MethodHandleInlineStrategy coder and length into a long

2018-10-29 Thread Claes Redestad
Hi, by packing the coder and length values into a long, and combining the length and coder mixers, we can reduce the number of MHs generated to set up String concatenations. Theoretically we reduce the number of MHs created by up to a third, and real time improvements in startup tests exerci