[code-reflection] RFR: Lower SwitchExpressionOp
Adam Sotona
asotona at openjdk.org
Fri Apr 5 08:03:14 UTC 2024
On Wed, 3 Apr 2024 23:53:00 GMT, Mourad Abbay <mabbay at openjdk.org> wrote:
> Lowering of SwitchExpressionOp
How do we distinguish (lowering of) complex switch expressions from basic tableswitch and lookupswitch?
I think it is not intended to always explode every tableswitch and lookupswitch into conditional blocks.
-------------
PR Comment: https://git.openjdk.org/babylon/pull/45#issuecomment-2039193514
More information about the babylon-dev
mailing list