On Mon, 2 Sep 2024 14:50:33 GMT, Shaojin Wen wrote:
>> BytecodeHelpers' loadOpcode and storeOpcode are large methods with code size
>> greater than 325, break it into multiple small methods and call them
>> directly in DirectCodeBuilder
>
> Shaojin Wen has updated the pull request incrementally
On Mon, 2 Sep 2024 14:50:33 GMT, Shaojin Wen wrote:
>> BytecodeHelpers' loadOpcode and storeOpcode are large methods with code size
>> greater than 325, break it into multiple small methods and call them
>> directly in DirectCodeBuilder
>
> Shaojin Wen has updated the pull request incrementally
On Mon, 2 Sep 2024 14:50:33 GMT, Shaojin Wen wrote:
>> BytecodeHelpers' loadOpcode and storeOpcode are large methods with code size
>> greater than 325, break it into multiple small methods and call them
>> directly in DirectCodeBuilder
>
> Shaojin Wen has updated the pull request incrementally
> BytecodeHelpers' loadOpcode and storeOpcode are large methods with code size
> greater than 325, break it into multiple small methods and call them directly
> in DirectCodeBuilder
Shaojin Wen has updated the pull request incrementally with one additional
commit since the last revision:
sug
On Mon, 2 Sep 2024 14:01:36 GMT, Shaojin Wen wrote:
>> src/java.base/share/classes/jdk/internal/classfile/impl/BytecodeHelpers.java
>> line 61:
>>
>>> 59: return switch (tk) {
>>> 60: case INT, SHORT, BYTE, CHAR, BOOLEAN
>>> 61:-> iload(slot);
>>
On Wed, 28 Aug 2024 04:14:53 GMT, Shaojin Wen wrote:
> BytecodeHelpers' loadOpcode and storeOpcode are large methods with code size
> greater than 325, break it into multiple small methods and call them directly
> in DirectCodeBuilder
src/java.base/share/classes/jdk/internal/classfile/impl/Dir
On Wed, 28 Aug 2024 04:14:53 GMT, Shaojin Wen wrote:
> BytecodeHelpers' loadOpcode and storeOpcode are large methods with code size
> greater than 325, break it into multiple small methods and call them directly
> in DirectCodeBuilder
src/java.base/share/classes/jdk/internal/classfile/impl/Byt
On Mon, 2 Sep 2024 13:02:40 GMT, Chen Liang wrote:
>> BytecodeHelpers' loadOpcode and storeOpcode are large methods with code size
>> greater than 325, break it into multiple small methods and call them
>> directly in DirectCodeBuilder
>
> src/java.base/share/classes/jdk/internal/classfile/impl
On Wed, 28 Aug 2024 04:14:53 GMT, Shaojin Wen wrote:
> BytecodeHelpers' loadOpcode and storeOpcode are large methods with code size
> greater than 325, break it into multiple small methods and call them directly
> in DirectCodeBuilder
@cl4es @liach Is there a better way to ensure that Opcode h
BytecodeHelpers' loadOpcode and storeOpcode are large methods with code size
greater than 325, break it into multiple small methods and call them directly
in DirectCodeBuilder
-
Commit messages:
- suggestion from @liach
- copyright
- direct call
- Break up large methods into sma
10 matches
Mail list logo