[code-reflection] RFR: Bytecode round 6 - lifting lambdas [v3]

Adam Sotona asotona at openjdk.org
Sat Jun 1 03:56:14 UTC 2024


On Fri, 31 May 2024 12:55:27 GMT, Adam Sotona <asotona at openjdk.org> wrote:

>> - lifting lambdas (local impl methods) as inlined functions
>> - lifting method handles (external methods) as lambdas with invocation
>> - improved lifting of byte, short, char, boolean and int operands
>> - lifting LCMP, FCMP and DCMP to `::compare` method calls
>> - lifting LOOKUPSWITCH and TABLESWITCH to chain of conditional branches
>
> Adam Sotona has updated the pull request incrementally with one additional commit since the last revision:
> 
>   lifting LOOKUPSWITCH and TABLESWITCH

Thank you for the review, I'll focus on this in the next round.

-------------

PR Comment: https://git.openjdk.org/babylon/pull/109#issuecomment-2143272292


More information about the babylon-dev mailing list