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

Remove PlainPointer, RelativePointer and RelativeFixupPointer #57707

Merged
merged 10 commits into from
Aug 24, 2021

Commits on Aug 19, 2021

  1. First pass at cleaning up PlainPointer and RelativePointer

    - Removed all uses of PlainPointer
    - Removed RelativePointer usage from vtable, and MethodDesc logic
    davidwrighton committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    b223446 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79c4257 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d42264 View commit details
    Browse the repository at this point in the history
  4. Remove RelativePointer

    Remove fixuppointer.h
    davidwrighton committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    1bc6dd0 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Configuration menu
    Copy the full SHA
    b9b86c6 View commit details
    Browse the repository at this point in the history
  2. Fix IsNull checks

    davidwrighton committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    5556eb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a17292 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Configuration menu
    Copy the full SHA
    a00f2a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Update src/coreclr/vm/jitinterface.cpp

    Co-authored-by: Jeremy Koritzinsky <jkoritzinsky@gmail.com>
    davidwrighton and jkoritzinsky authored Aug 24, 2021
    Configuration menu
    Copy the full SHA
    31fb5d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4e79bb View commit details
    Browse the repository at this point in the history