[code-reflection] RFR: OpBuilder splitting into lambdas based on OP_LIMIT [v2]
Adam Sotona
asotona at openjdk.org
Tue Jan 13 10:19:30 UTC 2026
> OpBuilder.OP_LIMIT limits number of ops to be build in a single method or lambda body.
> Nested lambdas are spawned when the limit is reached.
> OpBuilder.OP_LIMIT limits number of types built in a single type building method.
> Follow-up type building methods are spawned when the limit is reached.
Adam Sotona has updated the pull request incrementally with two additional commits since the last revision:
- format fix
- OpBuilder splitting type builder method based on TYPE_LIMIT
-------------
Changes:
- all: https://git.openjdk.org/babylon/pull/833/files
- new: https://git.openjdk.org/babylon/pull/833/files/582595a2..14d417d3
Webrevs:
- full: https://webrevs.openjdk.org/?repo=babylon&pr=833&range=01
- incr: https://webrevs.openjdk.org/?repo=babylon&pr=833&range=00-01
Stats: 79 lines in 1 file changed: 27 ins; 11 del; 41 mod
Patch: https://git.openjdk.org/babylon/pull/833.diff
Fetch: git fetch https://git.openjdk.org/babylon.git pull/833/head:pull/833
PR: https://git.openjdk.org/babylon/pull/833
More information about the babylon-dev
mailing list