Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: 2a16738d41ce
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: d7e569657406
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on May 31, 2020

  1. sbcl: add option to disable immobile space

    Programs which generate and compile a lot of code at runtime (such as
    programming language interpreters like ACL2) are not suited for running on SBCL
    executables built with the "immobile space" feature, as explained by Douglas
    Katzman in this mail thread:
    
      https://sourceforge.net/p/sbcl/mailman/message/36007057/
    
    In this commit, I add an optional flag to the SBCL package allowing you to
    disable the "immobile space" features.
    
    I also migrated away from specifying enabled/disabled features in a
    `customize-target-features.lisp` file and towards supplying them as command line
    arguments to `make.sh`, as has been recommended by the installation instructions
    since 2012 or so.
    kini committed May 31, 2020
    Copy the full SHA
    d789857 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #89232 from kini/sbcl/disableImmobileSpace

    sbcl: add option to disable immobile space
    7c6f434c committed May 31, 2020
    Copy the full SHA
    d7e5696 View commit details
    Browse the repository at this point in the history