Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • ram's avatar
    22ffd911
    Added function definitions for some random functions like two-arg-char=. · 22ffd911
    ram authored
    Added TYPE-CHECK XOP and its load-time support.
    Changed immediate numeric operands to always be 8 or 24 bits, instead of having
    32 bit ones.
    Added BYTE-APPLY which avoids consing a list and using APPLY for small numbers
    of arguments.  Changed DO-CALL and DO-TAIL-CALL to use BYTE-APPLY.
    Added support for type-check XOP in disassembler.
    22ffd911
    History
    Added function definitions for some random functions like two-arg-char=.
    ram authored
    Added TYPE-CHECK XOP and its load-time support.
    Changed immediate numeric operands to always be 8 or 24 bits, instead of having
    32 bit ones.
    Added BYTE-APPLY which avoids consing a list and using APPLY for small numbers
    of arguments.  Changed DO-CALL and DO-TAIL-CALL to use BYTE-APPLY.
    Added support for type-check XOP in disassembler.