Skip to content
Snippets Groups Projects
Commit 426f478c authored by wlott's avatar wlott
Browse files

Boosted the sc number limit in preperation for adding floating point noise.

parent 7a6d1bb6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment