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

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

  fixed TYPE_LIMIT calculation

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

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

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

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