From 426f478c12dddd62d781664de58084ecfbf96f31 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Fri, 6 Apr 1990 00:02:24 +0000 Subject: [PATCH] Boosted the sc number limit in preperation for adding floating point noise. --- compiler/mips/parms.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/mips/parms.lisp b/compiler/mips/parms.lisp index 9a582e6d1..641741769 100644 --- a/compiler/mips/parms.lisp +++ b/compiler/mips/parms.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman (FAHLMAN@CMUC). ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.41 1990/04/04 19:04:51 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.42 1990/04/06 00:02:24 wlott Exp $ ;;; ;;; This file contains some parameterizations of various VM ;;; attributes for the MIPS. This file is separate from other stuff so @@ -27,7 +27,7 @@ ;;; Maximum number of SCs allowed. ;;; -(defconstant sc-number-limit 20) +(defconstant sc-number-limit 26) ;;; The inclusive upper bound on a cost. We want to write cost frobbing ;;; code so that it is portable, but works on fixnums. This constant -- GitLab