Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nix
base: 5e6eabe1551f
Choose a base ref
...
head repository: NixOS/nix
compare: 387f824cab50
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Oct 30, 2020

  1. Fix memory corruption caused by GC-invisible coroutine stacks

    Crucially this introduces BoehmGCStackAllocator, but it also
    adds a bunch of wiring to avoid making libutil depend on bdw-gc.
    
    Part of the solutions for #4178, #4200
    roberth committed Oct 30, 2020
    Copy the full SHA
    c4d903d View commit details
    Browse the repository at this point in the history
  2. BoehmGCStackAllocator: increase stack size to 8MB

    The default stack size was not based on the normal stack size and
    was too small.
    roberth committed Oct 30, 2020
    Copy the full SHA
    b43c13a View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Merge pull request #4206 from hercules-ci/fix-coroutine-gc

    Fix memory corruption caused by GC-invisible coroutine stacks
    edolstra committed Nov 5, 2020
    Copy the full SHA
    387f824 View commit details
    Browse the repository at this point in the history