Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • ram's avatar
    19ce4787
    Changed function continuation annotation to allow NOTINLINE references to be · 19ce4787
    ram authored
    delayed.  This is somewhat questionable, but is probably OK.  The real problem
    is that (funcall #'foo ...something that fsets foo..) doesn't do the right
    thing.  The reason for this change is that it produces much better code for
    notinline references (in particular, those resulting from calls the DEFSTRUCT
    predicate functions inside of the structure-typep transform.)
    19ce4787
    History
    Changed function continuation annotation to allow NOTINLINE references to be
    ram authored
    delayed.  This is somewhat questionable, but is probably OK.  The real problem
    is that (funcall #'foo ...something that fsets foo..) doesn't do the right
    thing.  The reason for this change is that it produces much better code for
    notinline references (in particular, those resulting from calls the DEFSTRUCT
    predicate functions inside of the structure-typep transform.)