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

List:       sbcl-commits
Subject:    [Sbcl-commits] master: Fix builds without sb-aprof
From:       stassats via Sbcl-commits <sbcl-commits () lists ! sourceforge ! net>
Date:       2023-04-20 17:36:20
Message-ID: 1682012180.648392.31675 () sfp-scm-2 ! v30 ! lw ! sourceforge ! com
[Download RAW message or body]

The branch "master" has been updated in SBCL:
       via  da1043800077de415105cbe4d4387296a98904a1 (commit)
      from  5a5b49615ca83720bcbe4f1495d123aa85ed60a5 (commit)

- Log -----------------------------------------------------------------
commit da1043800077de415105cbe4d4387296a98904a1
Author: Stas Boukarev <stassats@gmail.com>
Date:   Thu Apr 20 20:35:59 2023 +0300

    Fix builds without sb-aprof
---
 src/compiler/generic/parms.lisp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/compiler/generic/parms.lisp b/src/compiler/generic/parms.lisp
index be5df00de..b4a853ea4 100644
--- a/src/compiler/generic/parms.lisp
+++ b/src/compiler/generic/parms.lisp
@@ -236,6 +236,8 @@
     ;; threading support
     #+sb-thread sb-thread::*starting-threads*
     *free-tls-index* ; always exists for benefit of C runtime
+
+    #+(and x86-64 sb-thread (not gs-seg))
     sb-aprof::*n-profile-sites*
 
     ;; runtime linking of lisp->C calls (regardless of whether

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


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