Changeset 495


Ignore:
Timestamp:
Feb 7, 2004, 2:19:10 PM (21 years ago)
Author:
Gary Byers
Message:

Add STORE-GVECTOR-CONDITIONAL, to hide some represenatation details.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/level-0/l0-misc.lisp

    r241 r495  
    444444          (return cell))))))
    445445
     446(defun store-gvector-conditional (index gvector old new)
     447  (%store-node-conditional (+ target::misc-data-offset
     448                              (ash index target::word-shift))
     449                           gvector
     450                           old
     451                           new))
     452
    446453(defun %atomic-incf-car (cell &optional (by 1))
    447454  (%atomic-incf-node (require-type by 'fixnum)
Note: See TracChangeset for help on using the changeset viewer.