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

Completely lock-free ClassLoader::LookupTypeKey #61346

Merged
merged 16 commits into from
Nov 14, 2021
Merged

Commits on Nov 9, 2021

  1. embedded size

    VSadov committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    1b003e3 View commit details
    Browse the repository at this point in the history
  2. next array

    VSadov committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    5330325 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5db8c4 View commit details
    Browse the repository at this point in the history
  4. comments

    VSadov committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    c264f69 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8e7d6e View commit details
    Browse the repository at this point in the history
  6. typo

    VSadov committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    b9b4813 View commit details
    Browse the repository at this point in the history
  7. fix 32bit builds

    VSadov committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    749695a View commit details
    Browse the repository at this point in the history
  8. couple changes from review.

    VSadov committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    5569c66 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Walk the buckets in resize.

    VSadov committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    7c3cd08 View commit details
    Browse the repository at this point in the history
  2. remove a REVIEW: comment.

    VSadov committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    f8b1021 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Update src/coreclr/vm/dacenumerablehash.inl

    PR review suggestion
    
    Co-authored-by: Jan Kotas <jkotas@microsoft.com>
    VSadov and jkotas authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    067cefb View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2021

  1. remove use of auto

    VSadov committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    1516f6b View commit details
    Browse the repository at this point in the history
  2. DAC stuff

    VSadov committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    efe6043 View commit details
    Browse the repository at this point in the history
  3. Constructor and GrowTable are not called by DAC, no need for DPTR, ad…

    …ded a comment about a cast.
    VSadov committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    f455581 View commit details
    Browse the repository at this point in the history
  4. SKIP_SPECIAL_SLOTS

    VSadov committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    e874b3c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c7eb7e7 View commit details
    Browse the repository at this point in the history