X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Flocall.lisp;h=093ddd0fb759329c7cee802434bcaf825559f83a;hb=0dcc957ae6bf24809fda82fd59c134e70058c42a;hp=c423a66dd61093e80ecacbc6113a9afa6a6ac458;hpb=204f2fa9771ad9e55718dc76205afec7d11b3011;p=sbcl.git diff --git a/src/compiler/locall.lisp b/src/compiler/locall.lisp index c423a66..093ddd0 100644 --- a/src/compiler/locall.lisp +++ b/src/compiler/locall.lisp @@ -286,7 +286,6 @@ (if (and (policy call (and (>= speed space) (>= speed compilation-speed))) (not (eq (functional-kind (node-home-lambda call)) :external)) - (not *converting-for-interpreter*) (inline-expansion-ok call)) (with-ir1-environment call (let* ((*lexenv* (functional-lexenv fun))