[code-reflection] RFR: SSA transform with capturing lambdas
Paul Sandoz
psandoz at openjdk.org
Wed Jul 17 21:41:31 UTC 2024
Enhance the SSA transform to support lambdas that capture values. Such values are final or effectively final so the corresponding variables will only be loaded.
-------------
Commit messages:
- SSA transform with capturing lambdas
Changes: https://git.openjdk.org/babylon/pull/186/files
Webrev: https://webrevs.openjdk.org/?repo=babylon&pr=186&range=00
Stats: 29 lines in 2 files changed: 21 ins; 0 del; 8 mod
Patch: https://git.openjdk.org/babylon/pull/186.diff
Fetch: git fetch https://git.openjdk.org/babylon.git pull/186/head:pull/186
PR: https://git.openjdk.org/babylon/pull/186
More information about the babylon-dev
mailing list