X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fmain.lisp;h=4463996ba165c9113312ce7dc07b46db7c7ede98;hb=54da325f13fb41669869aea688ae195426c0e231;hp=1bec50eb823d05056fbe56290abe83c7ba1647fe;hpb=378a5e39c182b5c3ba14da80c157ad2c0021b25f;p=sbcl.git diff --git a/src/compiler/main.lisp b/src/compiler/main.lisp index 1bec50e..4463996 100644 --- a/src/compiler/main.lisp +++ b/src/compiler/main.lisp @@ -404,8 +404,8 @@ Examples: (defparameter *max-optimize-iterations* 3 ; ARB #!+sb-doc "The upper limit on the number of times that we will consecutively do IR1 - optimization that doesn't introduce any new code. A finite limit is - necessary, since type inference may take arbitrarily long to converge.") +optimization that doesn't introduce any new code. A finite limit is +necessary, since type inference may take arbitrarily long to converge.") (defevent ir1-optimize-until-done "IR1-OPTIMIZE-UNTIL-DONE called") (defevent ir1-optimize-maxed-out "hit *MAX-OPTIMIZE-ITERATIONS* limit")