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

Lock region allocator #49990

Merged
merged 37 commits into from
Mar 26, 2021
Merged

Lock region allocator #49990

merged 37 commits into from
Mar 26, 2021

Commits on Aug 21, 2020

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

Commits on Aug 27, 2020

  1. Configuration menu
    Copy the full SHA
    c78344e View commit details
    Browse the repository at this point in the history
  2. Undo unintended changes

    PeterSolMS committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    0fc9aeb View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

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

Commits on Sep 28, 2020

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

Commits on Oct 2, 2020

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

Commits on Oct 20, 2020

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

Commits on Nov 5, 2020

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

Commits on Nov 13, 2020

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

Commits on Nov 17, 2020

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

Commits on Nov 26, 2020

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

Commits on Nov 30, 2020

  1. Configuration menu
    Copy the full SHA
    a0df529 View commit details
    Browse the repository at this point in the history
  2. Merge from upstream/master

    PeterSolMS committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    15e891c View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Configuration menu
    Copy the full SHA
    ddea2eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdeba60 View commit details
    Browse the repository at this point in the history
  3. Undo unintended changes

    PeterSolMS committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    e5afb51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6887c32 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f1f430 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    989a242 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

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

Commits on Dec 8, 2020

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

Commits on Dec 16, 2020

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

Commits on Dec 21, 2020

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

Commits on Jan 7, 2021

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

Commits on Jan 18, 2021

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

Commits on Jan 25, 2021

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

Commits on Jan 29, 2021

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

Commits on Feb 4, 2021

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

Commits on Feb 15, 2021

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

Commits on Feb 25, 2021

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

Commits on Mar 11, 2021

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

Commits on Mar 15, 2021

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

Commits on Mar 22, 2021

  1. Configuration menu
    Copy the full SHA
    9fcb397 View commit details
    Browse the repository at this point in the history
  2. Make region_allocator multi-thread safe by wrapping a lock around reg…

    …ion_allocator::allocate and region_allocator::delete_region.
    PeterSolMS committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    64daa81 View commit details
    Browse the repository at this point in the history
  3. Fixed deadlock in SVR GC.

    PeterSolMS committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    9efeeab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b3bc8e View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Use new spin lock logic local to region_allocator rather than the gen…

    …eral mechanism that interacts with GC.
    PeterSolMS committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    a338dac View commit details
    Browse the repository at this point in the history