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

VM: Include generic instantiations in stack frames #96440

Closed
wants to merge 33 commits into from

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    1e21c17 View commit details
    Browse the repository at this point in the history
  2. Fix another test

    hez2010 committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    44f2275 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    250472a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbc1445 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a804a43 View commit details
    Browse the repository at this point in the history
  6. Update tests

    hez2010 committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    dc44a0d View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Try to fix the GC hole

    hez2010 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    869f439 View commit details
    Browse the repository at this point in the history
  2. GC hole fixes take 2

    hez2010 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    fbe823e View commit details
    Browse the repository at this point in the history
  3. Protect oRef

    hez2010 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    2048e41 View commit details
    Browse the repository at this point in the history
  4. Add some TODO comments

    hez2010 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    9ec2532 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Objects are not verifiable

    hez2010 committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    504c3fe View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    69ca3eb View commit details
    Browse the repository at this point in the history
  2. Cleanup

    hez2010 committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    fa307d5 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Fix build failure

    hez2010 committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    93ee9a7 View commit details
    Browse the repository at this point in the history
  2. oops

    hez2010 committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    60d2c0c View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Fix AV

    hez2010 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    a1598bb View commit details
    Browse the repository at this point in the history
  2. oops

    hez2010 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    f6e0743 View commit details
    Browse the repository at this point in the history
  3. Update tests

    hez2010 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    e6cc527 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6d49b0 View commit details
    Browse the repository at this point in the history
  5. Fix tests

    hez2010 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    37502b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c2742cc View commit details
    Browse the repository at this point in the history
  7. More tests fixes

    hez2010 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    359e396 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    07d86bb View commit details
    Browse the repository at this point in the history
  2. Introduce a switch

    hez2010 committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    f3118e1 View commit details
    Browse the repository at this point in the history
  3. Update tests

    hez2010 committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    70059c5 View commit details
    Browse the repository at this point in the history
  4. Flip the switch

    hez2010 committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    54790f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Code cleanup

    hez2010 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    8e9c556 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    6cc5a6a View commit details
    Browse the repository at this point in the history
  2. Fix unmatched braces

    hez2010 committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    bd83c8a View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Try fix GC hole

    hez2010 committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    5465ff4 View commit details
    Browse the repository at this point in the history
  2. Fix contract

    hez2010 committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    1a6c019 View commit details
    Browse the repository at this point in the history
  3. Fix debug assert

    hez2010 committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    58ec764 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Don't create new MT

    hez2010 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    657e2b3 View commit details
    Browse the repository at this point in the history