Changeset 7849
- Timestamp:
- Dec 7, 2007, 5:09:55 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/level-0/X86/x86-clos.lisp
r7624 r7849 165 165 (:fixed-constants (class-wrapper slots dispatch-table dcode hash)) 166 166 (:code-size x8664::gf-code-size) 167 (addq ($ x8664::fixnumone) (@ 'hash (% fn))) 167 168 (movq (@ (% rsp)) (% ra0)) 168 169 (save-frame-variable-arg-count) … … 190 191 (:fixed-constants (class-wrapper slots dispatch-table dcode hash)) 191 192 (:code-size x8664::gf-code-size) 193 (addq ($ x8664::fixnumone) (@ 'hash (% fn))) 192 194 (check-nargs 1) 193 195 (movq (@ 'dispatch-table (% fn)) (% arg_y)) … … 198 200 (:fixed-constants (class-wrapper slots dispatch-table dcode hash)) 199 201 (:code-size x8664::gf-code-size) 202 (addq ($ x8664::fixnumone) (@ 'hash (% fn))) 200 203 (check-nargs 2) 201 204 (movq (@ 'dispatch-table (% fn)) (% arg_x))
Note:
See TracChangeset
for help on using the changeset viewer.
