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

Consolidate AOT Relocation Records #7601

Merged
merged 8 commits into from
Apr 27, 2020

Commits on Mar 24, 2020

  1. Consolidate TR_ValidateStaticField

    Remove the duplicated code that writes the TR_ValidateStaticField
    relocation header information, and consolidate it in one canonical
    location.
    
    Signed-off-by: Irwin D'Souza <dsouzai.gh@gmail.com>
    dsouzai committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    157a756 View commit details
    Browse the repository at this point in the history
  2. Consolidate TR_ValidateClass

    Remove the duplicated code that writes the TR_ValidateClass
    relocation header information, and consolidate it in one canonical
    location.
    
    Signed-off-by: Irwin D'Souza <dsouzai.gh@gmail.com>
    dsouzai committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    0ca9292 View commit details
    Browse the repository at this point in the history
  3. Refactor emitClassChainOffset

    Signed-off-by: Irwin D'Souza <dsouzai.gh@gmail.com>
    dsouzai committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    980279f View commit details
    Browse the repository at this point in the history
  4. Consolidate TR_ProfiledMethodGuardRelocation

    Remove the duplicated code that writes the TR_ProfiledMethodGuardRelocation
    relocation header information, and consolidate it in one canonical
    location.
    
    Signed-off-by: Irwin D'Souza <dsouzai.gh@gmail.com>
    dsouzai committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    857be03 View commit details
    Browse the repository at this point in the history
  5. Consolidate TR_ProfiledClassGuardRelocation

    Remove the duplicated code that writes the TR_ProfiledClassGuardRelocation
    relocation header information, and consolidate it in one canonical
    location.
    
    Signed-off-by: Irwin D'Souza <dsouzai.gh@gmail.com>
    dsouzai committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    f437f94 View commit details
    Browse the repository at this point in the history
  6. Consolidate TR_ProfiledInlinedMethodRelocation

    Remove the duplicated code that writes the TR_ProfiledInlinedMethodRelocation
    relocation header information, and consolidate it in one canonical
    location.
    
    Signed-off-by: Irwin D'Souza <dsouzai.gh@gmail.com>
    dsouzai committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    34a99f9 View commit details
    Browse the repository at this point in the history
  7. Consolidate TR_MethodPointer

    Remove the duplicated code that writes the TR_MethodPointer
    relocation header information, and consolidate it in one canonical
    location.
    
    Signed-off-by: Irwin D'Souza <dsouzai.gh@gmail.com>
    dsouzai committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    4f1f05f View commit details
    Browse the repository at this point in the history
  8. Consolidate TR_ClassPointer

    Remove the duplicated code that writes the TR_ClassPointer
    relocation header information, and consolidate it in one canonical
    location.
    
    Signed-off-by: Irwin D'Souza <dsouzai.gh@gmail.com>
    dsouzai committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    19345a1 View commit details
    Browse the repository at this point in the history