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

Add support or optional spin on park #20443

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Commits on Oct 30, 2024

  1. Stop acquiring ThreadLock in some j.l.Thread methods

    This is a test change to see if performance improves in the absence
    of lock contention.
    
    Note: This change is not functionally correct.
    
    Signed-off-by: Babneet Singh <[email protected]>
    babsingh authored and tajila committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    9a189fd View commit details
    Browse the repository at this point in the history
  2. Merges

    Signed-off-by: tajila <[email protected]>
    tajila committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    cee0ad8 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Add support or optional spin on park

    Introduce the ability to spin on park in order to address pathological
    cases where application behaviour frequently parks/unparks.
    
    Signed-off-by: tajila <[email protected]>
    tajila committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    acd8723 View commit details
    Browse the repository at this point in the history