Comment 3 for bug 1289779

Revision history for this message
Stas Boukarev (stassats) wrote : Re: Confusion with non-toplevel defun

And such behaviour should probably only happen when there are benefits, like (defun foo2 () (1+ (foo))), where it can get optimized, passing stuff around just adds an unnecessary typecheck.