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

Track method dependencies during AOT store compilations #20637

Merged
merged 3 commits into from
Nov 22, 2024

Commits on Nov 20, 2024

  1. Distinguish frontends that can track dependencies

    Signed-off-by: Christian Despres <[email protected]>
    cjjdespres committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    59f667b View commit details
    Browse the repository at this point in the history
  2. Pass chain data as bundle in relo record methods

    Signed-off-by: Christian Despres <[email protected]>
    cjjdespres committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    53924c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Track dependencies in AOT store compilations

    The dependencies of AOT-compiled method bodies (class chain offsets of
    classes and whether or not they are initialized) are recorded during an
    AOT compilation and stored in the local SCC.
    
    Signed-off-by: Christian Despres <[email protected]>
    cjjdespres committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    ac1d4a4 View commit details
    Browse the repository at this point in the history