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/nixpkgs
base: cda1a626aaaa
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 6a815f9c8706
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on May 7, 2020

  1. haskell: tune generic-builder for more parallel build performance

    Raise the maximum number of cores used for parallel building from 4 to 16.
    Increase the size of the allocation area for GHC's garbage collector from 1 MiB
    to 64 MiB.
    
    See https://www.twitch.tv/videos/611899011 for the motivation for this change.
    peti committed May 7, 2020
    Copy the full SHA
    f6df169 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #86948 from peti/t/parallel-ghc-builds

    haskell: tune generic-builder for more parallel build performance
    peti committed May 7, 2020
    Copy the full SHA
    6a815f9 View commit details
    Browse the repository at this point in the history