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

Decommit region tails #66008

Merged
merged 10 commits into from
Mar 7, 2022
Merged

Commits on Feb 28, 2022

  1. Initial version

    PeterSolMS committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    4261aa9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e072850 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Configuration menu
    Copy the full SHA
    b1c8ba4 View commit details
    Browse the repository at this point in the history
  2. Undo unrelated change.

    PeterSolMS committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    2cbe5b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ff0279 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Configuration menu
    Copy the full SHA
    242db94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad6ec7e View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Fix issues revealed by testing:

    - add initialization for heap_segment_decommit_target
    - check for use_large_pages_p in decommit_step
    PeterSolMS committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    6731496 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Implemented stress mode for decommit logic, fixed two issues discovered:

    - for the ephemeral_heap_segment, need to get allocated from the heap, not from the segment
    - calling enter_spin_lock may deadlock at the start of a GC, replaced by try_enter_spin_lock
    PeterSolMS committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    4a3a8da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eccc68c View commit details
    Browse the repository at this point in the history