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

WIP: Accelerate Unsafe CAS Intrinsics on Z #20308

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 6, 2024

  1. Accelerate Unsafe CAS Intrinsics on Z

    Adds support for the following recognized methods:
    CompareAndExchangeObject     //JDK11
    CompareAndExchangeReference  //JDK17,21
    CompareAndExchangeInt        //JDK11,17,21
    CompareAndExchangeLong       //JDK11,17,21
    
    The accelerated CAE code was built on top of the existing accelerated
    CAS support on Z. Changes are similar to previously added support on
    Power and X.
    
    Signed-off-by: jimmyk <[email protected]>
    IBMJimmyk committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    45759a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. code cleanup

    IBMJimmyk committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    cd5e313 View commit details
    Browse the repository at this point in the history