[code-reflection] Integrated: Bitwise complement op
    Paul Sandoz 
    psandoz at openjdk.org
       
    Thu Aug 15 18:21:41 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.
This pull request has now been integrated.
Changeset: 6f5f2119
Author:    Paul Sandoz <psandoz at openjdk.org>
URL:       https://git.openjdk.org/babylon/commit/6f5f211932c3b65d988c6213af5dd000ec150833
Stats:     125 lines in 7 files changed: 118 ins; 2 del; 5 mod
Bitwise complement op
Reviewed-by: mcimadamore
-------------
PR: https://git.openjdk.org/babylon/pull/216
    
    
More information about the babylon-dev
mailing list