[code-reflection] RFR: Bitwise complement op
Maurizio Cimadamore
mcimadamore at openjdk.org
Thu Aug 15 16:33:03 UTC 2024
On Wed, 14 Aug 2024 22:46:35 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:
> Lowering `~x` to bytecode generates the equivalent of `x ^ -1`, so the first lift and generation cycle will result in different bytecode.
javac changes look good
-------------
Marked as reviewed by mcimadamore (Reviewer).
PR Review: https://git.openjdk.org/babylon/pull/216#pullrequestreview-2240798329
More information about the babylon-dev
mailing list