[code-reflection] RFR: OpBuilder splitting into lambdas based on OP_LIMIT [v5]

Adam Sotona asotona at openjdk.org
Tue Jan 13 15:46:44 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:

  added TestOpBuilderLimits

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

Changes:
  - all: https://git.openjdk.org/babylon/pull/833/files
  - new: https://git.openjdk.org/babylon/pull/833/files/cb1421a9..923a0561

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=babylon&pr=833&range=04
 - incr: https://webrevs.openjdk.org/?repo=babylon&pr=833&range=03-04

  Stats: 136 lines in 1 file changed: 136 ins; 0 del; 0 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