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

Revert "Revert frozen RuntimeType objects and write barriers for frozen objects" #76649

Merged
merged 29 commits into from
Oct 6, 2022

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    810171d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0737c0 View commit details
    Browse the repository at this point in the history
  3. fix nativeaot compilation

    EgorBo committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    aadadc6 View commit details
    Browse the repository at this point in the history
  4. Address feedback

    EgorBo committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    ecc25ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d95438 View commit details
    Browse the repository at this point in the history
  6. Address feedback

    EgorBo committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    1e32f9c View commit details
    Browse the repository at this point in the history
  7. Remove == -1 check

    EgorBo committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    19e1d79 View commit details
    Browse the repository at this point in the history
  8. Update src/coreclr/vm/jitinterface.cpp

    Co-authored-by: Jan Kotas <jkotas@microsoft.com>
    EgorBo and jkotas authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    5a54c51 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c144fa4 View commit details
    Browse the repository at this point in the history
  10. Address feedback

    EgorBo committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    34c45aa View commit details
    Browse the repository at this point in the history
  11. Address feedback

    EgorBo committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    a07ab89 View commit details
    Browse the repository at this point in the history
  12. Update CorInfoImpl.cs

    EgorBo authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    5adff12 View commit details
    Browse the repository at this point in the history
  13. Update ee_il_dll.cpp

    EgorBo authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    26c43d9 View commit details
    Browse the repository at this point in the history
  14. Address Jan's feedback

    EgorBo committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    1b910df View commit details
    Browse the repository at this point in the history
  15. Fix methodcontext.cpp

    EgorBo committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    31772b3 View commit details
    Browse the repository at this point in the history
  16. Fix comments

    EgorBo authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    b5fd562 View commit details
    Browse the repository at this point in the history
  17. Apply suggestions from code review

    Co-authored-by: Jan Kotas <jkotas@microsoft.com>
    EgorBo and jkotas authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    45d7673 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Address feedback

    EgorBo committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    c639b79 View commit details
    Browse the repository at this point in the history
  2. Update src/coreclr/vm/jitinterface.cpp

    Co-authored-by: Jan Kotas <jkotas@microsoft.com>
    EgorBo and jkotas authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    cece178 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d2cac3 View commit details
    Browse the repository at this point in the history
  4. Update src/coreclr/vm/jitinterface.cpp

    Co-authored-by: Jan Kotas <jkotas@microsoft.com>
    EgorBo and jkotas authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    05cc624 View commit details
    Browse the repository at this point in the history
  5. Update src/coreclr/tools/Common/JitInterface/CorInfoImpl.cs

    Co-authored-by: Jan Kotas <jkotas@microsoft.com>
    EgorBo and jkotas authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    2ea47b9 View commit details
    Browse the repository at this point in the history
  6. Apply suggestions from code review

    Co-authored-by: Jan Kotas <jkotas@microsoft.com>
    EgorBo and jkotas authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    606086a View commit details
    Browse the repository at this point in the history
  7. fix build

    EgorBo committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    513a8b9 View commit details
    Browse the repository at this point in the history
  8. Fix build error on 32bit

    EgorBo authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    e0c51fd View commit details
    Browse the repository at this point in the history
  9. Address feedback

    EgorBo committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    d2e1e39 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dd4ec29 View commit details
    Browse the repository at this point in the history
  11. Update src/coreclr/tools/superpmi/superpmi-shared/methodcontext.cpp

    Co-authored-by: Jakob Botsch Nielsen <Jakob.botsch.nielsen@gmail.com>
    EgorBo and jakobbotsch authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    12320c4 View commit details
    Browse the repository at this point in the history
  12. fix compilation

    EgorBo committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    2660380 View commit details
    Browse the repository at this point in the history