Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • gerd's avatar
    cac10792
    ANSI test fixes, interpreted code. · cac10792
    gerd authored
    	* src/compiler/ir1opt.lisp (recognize-known-call): Don't inline if
    	*converting-for-interpreter*.  This suppresses inlining when
    	generating IR1 for interpretation because no type-checking IR1 is
    	generated in this case, and the interpreter, internal-apply-loop
    	for instance, doesn't do type checks is some other way either.
    cac10792
    History
    ANSI test fixes, interpreted code.
    gerd authored
    	* src/compiler/ir1opt.lisp (recognize-known-call): Don't inline if
    	*converting-for-interpreter*.  This suppresses inlining when
    	generating IR1 for interpretation because no type-checking IR1 is
    	generated in this case, and the interpreter, internal-apply-loop
    	for instance, doesn't do type checks is some other way either.