Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • ram's avatar
    c109e6d5
    Fixed export of *converting-for-interpreter*. · c109e6d5
    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.
    c109e6d5
    History
    Fixed export of *converting-for-interpreter*.
    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.