On Thu, 12 Sep 2024 07:13:08 GMT, ExE Boss wrote:
>> Some type descriptors are validated against generic utf8 entries, such as
>> field or method types; we can cache a type descriptor wrapping the content
>> of the utf8 entry if this entry is ever used as a type descriptor.
>>
>> This patch is
On Wed, 11 Sep 2024 23:31:33 GMT, Chen Liang wrote:
> Some type descriptors are validated against generic utf8 entries, such as
> field or method types; we can cache a type descriptor wrapping the content of
> the utf8 entry if this entry is ever used as a type descriptor.
>
> This patch is mo
On Wed, 11 Sep 2024 23:31:33 GMT, Chen Liang wrote:
> Some type descriptors are validated against generic utf8 entries, such as
> field or method types; we can cache a type descriptor wrapping the content of
> the utf8 entry if this entry is ever used as a type descriptor.
>
> This patch is mo
Some type descriptors are validated against generic utf8 entries, such as field
or method types; we can cache a type descriptor wrapping the content of the
utf8 entry if this entry is ever used as a type descriptor.
This patch is more of a code cleanup; it is performance neutral.
-