[prev in list] [next in list] [prev in thread] [next in thread] 

List:       sbcl-commits
Subject:    [Sbcl-commits] master: Enable immobile space by default on dragonfly
From:       Douglas Katzman via Sbcl-commits <sbcl-commits () lists ! sourceforge ! net>
Date:       2020-05-21 3:08:33
Message-ID: 1590030514.103737.1206 () sfp-scm-2 ! v30 ! lw ! sourceforge ! com
[Download RAW message or body]

The branch "master" has been updated in SBCL:
       via  4d41b09bf6210c7750f57dd4fbd7df48b47518bd (commit)
      from  e78f1947957cb5613ebc813d1ae55afcdc59620f (commit)

- Log -----------------------------------------------------------------
commit 4d41b09bf6210c7750f57dd4fbd7df48b47518bd
Author: Douglas Katzman <dougk@google.com>
Date:   Wed May 20 23:00:59 2020 -0400

    Enable immobile space by default on dragonfly
    
    and disable sb-qshow by default.
---
 make-config.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/make-config.sh b/make-config.sh
index d14e3e3c0..bd3b6ad2b 100755
--- a/make-config.sh
+++ b/make-config.sh
@@ -572,7 +572,6 @@ case "$sbcl_os" in
         printf ' :bsd' >> $ltf
         printf ' :elf' >> $ltf
         printf ' :dragonfly' >> $ltf
-        printf ' :sb-qshow' >> $ltf
         if [ $sbcl_arch = "x86" ]; then
             printf ' :restore-fs-segment-register-from-tls' >> $ltf
         fi
@@ -692,7 +691,7 @@ elif [ "$sbcl_arch" = "x86-64" ]; then
     printf ' :unbind-in-unwind :no-continue-unwind' >> $ltf
 
     case "$sbcl_os" in
-    linux | darwin | *bsd)
+    linux | darwin | *bsd | dragonfly)
         printf ' :immobile-space :immobile-code :compact-instance-header' >> $ltf
     esac
 elif [ "$sbcl_arch" = "mips" ]; then

-----------------------------------------------------------------------


hooks/post-receive
-- 
SBCL


_______________________________________________
Sbcl-commits mailing list
Sbcl-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sbcl-commits
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic