Re: RFR: 8336267: Method and Constructor signature parsing can be shared on the root object [v5]

2024-11-03 Thread Mandy Chung
On Wed, 30 Oct 2024 16:42:18 GMT, Chen Liang wrote: >> A straightforward optimization, to share the signature parsing of method, >> constructor, and field between the root and the copied objects, like how >> method handle accessors are shared. > > Chen Liang has updated the pull request increme

Re: RFR: 8336267: Method and Constructor signature parsing can be shared on the root object [v5]

2024-10-30 Thread Chen Liang
On Wed, 30 Oct 2024 16:42:18 GMT, Chen Liang wrote: >> A straightforward optimization, to share the signature parsing of method, >> constructor, and field between the root and the copied objects, like how >> method handle accessors are shared. > > Chen Liang has updated the pull request increme

Re: RFR: 8336267: Method and Constructor signature parsing can be shared on the root object [v5]

2024-10-30 Thread Chen Liang
> A straightforward optimization, to share the signature parsing of method, > constructor, and field between the root and the copied objects, like how > method handle accessors are shared. Chen Liang has updated the pull request incrementally with one additional commit since the last revision:

Re: RFR: 8336267: Method and Constructor signature parsing can be shared on the root object [v4]

2024-10-30 Thread Mandy Chung
On Wed, 30 Oct 2024 10:02:22 GMT, Chen Liang wrote: >> A straightforward optimization, to share the signature parsing of method, >> constructor, and field between the root and the copied objects, like how >> method handle accessors are shared. > > Chen Liang has updated the pull request increme

Re: RFR: 8336267: Method and Constructor signature parsing can be shared on the root object [v4]

2024-10-30 Thread Chen Liang
> A straightforward optimization, to share the signature parsing of method, > constructor, and field between the root and the copied objects, like how > method handle accessors are shared. Chen Liang has updated the pull request incrementally with one additional commit since the last revision:

Re: RFR: 8336267: Method and Constructor signature parsing can be shared on the root object [v2]

2024-10-30 Thread Chen Liang
On Wed, 21 Aug 2024 16:03:15 GMT, Chen Liang wrote: >> A straightforward optimization, to share the signature parsing of method, >> constructor, and field between the root and the copied objects, like how >> method handle accessors are shared. > > Chen Liang has updated the pull request with a

Re: RFR: 8336267: Method and Constructor signature parsing can be shared on the root object [v3]

2024-10-30 Thread Chen Liang
> A straightforward optimization, to share the signature parsing of method, > constructor, and field between the root and the copied objects, like how > method handle accessors are shared. Chen Liang has updated the pull request with a new target base due to a merge or a rebase. The pull reques

Re: RFR: 8336267: Method and Constructor signature parsing can be shared on the root object [v2]

2024-10-29 Thread Mandy Chung
On Wed, 21 Aug 2024 16:03:15 GMT, Chen Liang wrote: >> A straightforward optimization, to share the signature parsing of method, >> constructor, and field between the root and the copied objects, like how >> method handle accessors are shared. > > Chen Liang has updated the pull request with a

Re: RFR: 8336267: Method and Constructor signature parsing can be shared on the root object [v2]

2024-08-21 Thread Chen Liang
> A straightforward optimization, to share the signature parsing of method, > constructor, and field between the root and the copied objects, like how > method handle accessors are shared. Chen Liang has updated the pull request with a new target base due to a merge or a rebase. The pull reques

Re: RFR: 8336267: Method and Constructor signature parsing can be shared on the root object

2024-08-12 Thread Chen Liang
On Mon, 15 Jul 2024 04:05:55 GMT, Chen Liang wrote: > A straightforward optimization, to share the signature parsing of method, > constructor, and field between the root and the copied objects, like how > method handle accessors are shared. Yep, there's #19281 exactly for that purpose: https:

Re: RFR: 8336267: Method and Constructor signature parsing can be shared on the root object

2024-08-12 Thread Claes Redestad
On Mon, 15 Jul 2024 04:05:55 GMT, Chen Liang wrote: > A straightforward optimization, to share the signature parsing of method, > constructor, and field between the root and the copied objects, like how > method handle accessors are shared. There are a lot of transient volatile fields in this

Re: RFR: 8336267: Method and Constructor signature parsing can be shared on the root object

2024-08-12 Thread Chen Liang
On Mon, 15 Jul 2024 04:05:55 GMT, Chen Liang wrote: > A straightforward optimization, to share the signature parsing of method, > constructor, and field between the root and the copied objects, like how > method handle accessors are shared. Keep alive. - PR Comment: https://git.o

RFR: 8336267: Method and Constructor signature parsing can be shared on the root object

2024-07-14 Thread Chen Liang
A straightforward optimization, to share the signature parsing of method, constructor, and field between the root and the copied objects, like how method handle accessors are shared. - Commit messages: - 8336267: Method and Constructor signature parsing can be shared on the root o