[code-reflection] RFR: OpBuilder splitting into lambdas based on OP_LIMIT [v3]
Adam Sotona
asotona at openjdk.org
Tue Jan 13 10:22:33 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 one additional commit since the last revision:
format fix
-------------
Changes:
- all: https://git.openjdk.org/babylon/pull/833/files
- new: https://git.openjdk.org/babylon/pull/833/files/14d417d3..849f92ec
Webrevs:
- full: https://webrevs.openjdk.org/?repo=babylon&pr=833&range=02
- incr: https://webrevs.openjdk.org/?repo=babylon&pr=833&range=01-02
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 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