RFR: 8283257: x86: Clean up invocation/branch counter updates code
    Vladimir Kozlov 
    kvn at openjdk.java.net
       
    Tue Mar 22 20:19:34 UTC 2022
    
    
  
On Wed, 16 Mar 2022 12:07:55 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> I looked briefly at optimizing `InterpreterMacroAssembler::increment_mask_and_jump` a bit, but it looks that current code is the best we can do. This improvement does a few related cleanups without semantic changes. 
> 
> Additional testing:
>  - [x] Linux x86_64 fastdebug `tier1`
>  - [x] Eyeballing interpreter generated code
Good refactoring.
-------------
Marked as reviewed by kvn (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/7838
    
    
More information about the hotspot-dev
mailing list