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 and use a list of methods that can skip null value store check #18464

Merged

Commits on Dec 6, 2023

  1. Add and use a list of methods that can skip null value store check

    - Add a list recognized methods in j9method that can skip null
      check on the value stored to array elements.
    - ILGen: If array flattening is disabled and
      `skipNonNullableArrayNullStoreCheck` is true, avoid generating
      array element store non-helper calls.
    - VP: Avoid generating the `nonNullableArrayNullStoreCheck` if
      `skipNonNullableArrayNullStoreCheck` is true when
      transforming array element store non-helper calls.
    
    Signed-off-by: Annabelle Huo <[email protected]>
    a7ehuo committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    066df6b View commit details
    Browse the repository at this point in the history