[code-reflection] Integrated: Bytecode round 10
Adam Sotona
asotona at openjdk.org
Fri Aug 16 16:58:58 UTC 2024
On Wed, 14 Aug 2024 10:40:40 GMT, Adam Sotona <asotona at openjdk.org> wrote:
> This time I focused on the roundtrip stabilizations, namely:
> - BytecodeLift: injected blocks do not pass the stack through block params
> - Avoided redundant slot loads and stores for parameters of blocks with just a single predecessor
> - SlotSSA calculates join point block argument types from the consuming slot load ops (instead of the slot store ops)
> - TestSmallCorpus now performs triple round stability verification and actual numbers are: >99% of methods is stable, no exceptions, no verification errors
>
> Remaining instability of ~130 methods is related to nested try blocks.
>
> Please review.
>
> Thanks,
> Adam
This pull request has now been integrated.
Changeset: 15d8b3b3
Author: Adam Sotona <asotona at openjdk.org>
URL: https://git.openjdk.org/babylon/commit/15d8b3b3b64d84134c389dae2e1026261688d511
Stats: 138 lines in 4 files changed: 44 ins; 20 del; 74 mod
Bytecode round 10
Reviewed-by: psandoz
-------------
PR: https://git.openjdk.org/babylon/pull/215
More information about the babylon-dev
mailing list