Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • ram's avatar
    c3ee4227
    Allow fdefinition system constants. Add some popular functions to system · c3ee4227
    ram authored
    constants.  Add INTERPRETER-FUNCTION and SAFE slots to INLINE-FUNCTION-INFO to
    support type-checking inline ops.  Put inline funs in a hashtable.  Add
    %negate/fixnum, </fixnum, >/fixnum, safe-car, safe-cdr, length/list, cons,
    two-arg list and three-arg list*.  Add byte-code specific IR1 transforms for
    EQL/FIXNUM and CHAR=.  Add two-arg string=, string>, string<.  Flushed use of
    cons-unique-tag.
    c3ee4227
    History
    Allow fdefinition system constants. Add some popular functions to system
    ram authored
    constants.  Add INTERPRETER-FUNCTION and SAFE slots to INLINE-FUNCTION-INFO to
    support type-checking inline ops.  Put inline funs in a hashtable.  Add
    %negate/fixnum, </fixnum, >/fixnum, safe-car, safe-cdr, length/list, cons,
    two-arg list and three-arg list*.  Add byte-code specific IR1 transforms for
    EQL/FIXNUM and CHAR=.  Add two-arg string=, string>, string<.  Flushed use of
    cons-unique-tag.