changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: gencgc

changeset 299: ad9493172356
parent 298: 4b7478f58f15
child 300: 070a5baf24b9
author: Richard Westhaver <ellis@rwest.io>
date: Thu, 20 Jun 2024 00:13:51 +0000
files: skelfile
description: gencgc
     1.1--- a/skelfile	Wed Jun 19 19:45:37 2024 -0400
     1.2+++ b/skelfile	Thu Jun 20 00:13:51 2024 +0000
     1.3@@ -51,7 +51,7 @@
     1.4        ./make.sh --dynamic-space-size=8Gb --without-gencgc --with-mark-region-gc --fancy$#)
     1.5  (sbcl-docs (sbcl) #$cd .stash/src/sbcl/doc/manual && make$#)
     1.6  (sbcl-gencgc (src) #$cd .stash/src/sbcl &&
     1.7-       ./make.sh --dynamic-space-size=8Gb --fancy$#)
     1.8+       ./make.sh --fancy$#)
     1.9  (sbcl-shared () #$cd .stash/src/sbcl && sh make-shared-library.sh$#)
    1.10  (quicklisp () #$cd .stash && curl -O https://beta.quicklisp.org/quicklisp.lisp$#
    1.11             #$./scripts/quicklisp-install.sh$#)