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

Adam Sotona asotona at openjdk.org
Fri May 31 12:55:27 UTC 2024


> - 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

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

Changes:
  - all: https://git.openjdk.org/babylon/pull/109/files
  - new: https://git.openjdk.org/babylon/pull/109/files/bdb59d0b..6c1e859d

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=babylon&pr=109&range=02
 - incr: https://webrevs.openjdk.org/?repo=babylon&pr=109&range=01-02

  Stats: 53 lines in 2 files changed: 40 ins; 4 del; 9 mod
  Patch: https://git.openjdk.org/babylon/pull/109.diff
  Fetch: git fetch https://git.openjdk.org/babylon.git pull/109/head:pull/109

PR: https://git.openjdk.org/babylon/pull/109


More information about the babylon-dev mailing list