[code-reflection] RFR: Added experiment mapping fluent op calls to BinaryOps

Gary Frost gfrost at openjdk.org
Tue Jan 13 11:30:02 UTC 2026


Added an example to demo how we can map fluent operator sequences 


va.add(vb).div(vc) 


To model containing just regular binary ops (using the vector types)

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

Commit messages:
 - Added experiment mapping fluent op calls to BinaryOps

Changes: https://git.openjdk.org/babylon/pull/837/files
  Webrev: https://webrevs.openjdk.org/?repo=babylon&pr=837&range=00
  Stats: 22 lines in 4 files changed: 19 ins; 0 del; 3 mod
  Patch: https://git.openjdk.org/babylon/pull/837.diff
  Fetch: git fetch https://git.openjdk.org/babylon.git pull/837/head:pull/837

PR: https://git.openjdk.org/babylon/pull/837


More information about the babylon-dev mailing list