Changeset 5449


Ignore:
Timestamp:
Nov 3, 2006, 11:43:52 AM (18 years ago)
Author:
Gary Byers
Message:

Define .SParef2/.SPaset2 subprims; seem to be much (>5x) faster than the lisp/lap
versions (though we can generally be faster still when we know the element-type
and/or know whether the array is simple or explicitly displaced.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/compiler/X86/X8664/x8664-arch.lisp

    r5366 r5449  
    976976         (defx8664subprim .SPkeyword-bind)
    977977         (defx8664subprim .SPffcall)
    978          (defx8664subprim .SPunused-0)
     978         (defx8664subprim .SParef2)
    979979         (defx8664subprim .SPksignalerr)
    980980         (defx8664subprim .SPstack-rest-arg)
     
    10231023         (defx8664subprim .SPstack-misc-alloc-init)
    10241024         (defx8664subprim .SPset-hash-key)
    1025          (defx8664subprim .SPunused-1)
     1025         (defx8664subprim .SPaset2)
    10261026         (defx8664subprim .SPcallbuiltin)
    10271027         (defx8664subprim .SPcallbuiltin0)
Note: See TracChangeset for help on using the changeset viewer.