Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport] part of 8261553, 8262355 #703

Merged

Commits on Oct 30, 2023

  1. [Backport] 8261553: Efficient mask generation using BMI2 BZHI instruc…

    …tion
    
    Summary: [Backport] 8261553: Efficient mask generation using BMI2 BZHI instruction
    
    Test Plan: ci jtreg
    
    Reviewed-by: JoshuaZhuwj
    
    Issue: dragonwell-project#690
    JinZhonghui committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    d781571 View commit details
    Browse the repository at this point in the history
  2. [Backport] 8262355: Support for AVX-512 opmask register allocation.

    Summary: 8262355: Support for AVX-512 opmask register allocation.
    
    Test Plan: ci jtreg
    
    Reviewed-by: JoshuaZhuwj
    
    Issue: dragonwell-project#607
    JinZhonghui committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    630752b View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Remove clear_mem and Op_ClearArray related changes

    Summary: I'd like not to backport 8257772: Vectorizing clear memory operation using AVX-512 masked operations,
    hence clear_mem and Op_ClearArray related changes are removed from 8262355
    JoshuaZhuwj committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    db0dd20 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Support the automatic init of K register mask by JVM options

    Summary: Introduce "reg_mask_init" in x86 platform.
    JoshuaZhuwj committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    c4d5591 View commit details
    Browse the repository at this point in the history