RFR: Note frames that are on the heap, rather than addressing mode [v2]
Coleen Phillimore
coleenp at openjdk.java.net
Thu Mar 17 18:42:21 UTC 2022
> ... for interpreted frames.
> This changes "addressing mode" to a boolean whether the frame is on the heap instead. The compiler frames don't have code that uses the relative offsets but the frames can be marked as on-heap anyway.
> There's one place that I passed false, not sure if that's right.
> Not urgent to code review.
> Tested with: alias loomjprt='mach5 --patch-based --extra-src-dirs /scratch/cphillim/hg/jdk-loom -j loom-tier1,loom-tier2,loom-tier3'
Coleen Phillimore has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains three commits:
- Merge branch 'fibers' into heap-frame
- Note frames that are on the heap, rather than addressing mode for interpreted frames.
- Note frames that are on the heap, rather than addressing mode for interpreted frames.
-------------
Changes: https://git.openjdk.java.net/loom/pull/106/files
Webrev: https://webrevs.openjdk.java.net/?repo=loom&pr=106&range=01
Stats: 154 lines in 20 files changed: 18 ins; 51 del; 85 mod
Patch: https://git.openjdk.java.net/loom/pull/106.diff
Fetch: git fetch https://git.openjdk.java.net/loom pull/106/head:pull/106
PR: https://git.openjdk.java.net/loom/pull/106
More information about the loom-dev
mailing list