From 8f3b790e7d97f0a45d8ce6ca82fda685378a54f8 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Tue, 16 Nov 1993 18:28:07 +0000
Subject: [PATCH] Increase *inline-expansion-limit* from 50 to 200.

---
 compiler/ir1util.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/ir1util.lisp b/compiler/ir1util.lisp
index 077508460..24e9a799b 100644
--- a/compiler/ir1util.lisp
+++ b/compiler/ir1util.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1util.lisp,v 1.73 1993/11/16 18:17:27 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1util.lisp,v 1.74 1993/11/16 18:28:07 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -1486,7 +1486,7 @@
   (ref-leaf (continuation-use (basic-combination-fun call))))
 
 
-(defvar *inline-expansion-limit* 50
+(defvar *inline-expansion-limit* 200
   "An upper limit on the number of inline function calls that will be expanded
    in any given code object (single function or block compilation.)")
 
-- 
GitLab