[code-reflection] RFR: Remove bytecode dialect [v10]

Adam Sotona asotona at openjdk.org
Thu Feb 8 16:07:09 UTC 2024


On Thu, 8 Feb 2024 09:55:44 GMT, Adam Sotona <asotona at openjdk.org> wrote:

>> This patch re-implements `BytecodeLift` to lift from bytecode directly to the core dialect
>> and removes `BytecodeInstructionOps` with the bytecode dialect.
>> 
>> Implementation is complete up to the point of passing all current tests.
>> 
>> Please review.
>> 
>> Thanks,
>> Adam
>
> Adam Sotona has updated the pull request incrementally with one additional commit since the last revision:
> 
>   fixed stack transition through exceptionRegionEnter and exceptionRegionExit blocks

The single-pass implementation is not final yet. 
Now it follows the bytecode index, however it must follow the flow instead.

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

PR Comment: https://git.openjdk.org/babylon/pull/16#issuecomment-1934444906


More information about the babylon-dev mailing list