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

Check if instanceDescription is an immediate value in loop #15713

Merged

Commits on Aug 16, 2022

  1. Check if instanceDescription is an immediate value in loop

    There is a case where the number of object slots are greater
    than the number of bits in a word and `instanceDescription`
    is used as an immediate value instead of a pointer, such as
    when the class doesn't have any references. We need to break
    the loop in this case before `instanceDescription` is
    dereferenced as a pointer.
    
    Signed-off-by: Annabelle Huo <Annabelle.Huo@ibm.com>
    a7ehuo committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    c80610b View commit details
    Browse the repository at this point in the history