Forked from
cmucl / cmucl
Source project has a limited visibility.
-
ram authored
Changed inline expansion stuff to never opportunistically expand unless (= space 0), and to never inline expand copy-per-call. Also, never inline expand when :NOTINLINE. Removed some special-casing of function types. Changed tests for being a function type to CSUBTYPEP X <function type>, rather than FUNCTION-TYPE-P. Add implicit block in LABELS and FLET.
ram authoredChanged inline expansion stuff to never opportunistically expand unless (= space 0), and to never inline expand copy-per-call. Also, never inline expand when :NOTINLINE. Removed some special-casing of function types. Changed tests for being a function type to CSUBTYPEP X <function type>, rather than FUNCTION-TYPE-P. Add implicit block in LABELS and FLET.