[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
put-byte vs. setf get-byte
- To: info-mcl@cambridge.apple.com
- Subject: put-byte vs. setf get-byte
- From: djskrien@COLBY.EDU (Dale J. Skrien)
- Date: Fri, 9 Oct 92 14:06:19 -0400
I occasionally do some low-level byte moves and so was interested
to see Bill St. Clair post the following:
(setf (%get-byte macptr p-offset) (aref array a-offset))
Is this considered faster/better than:
(%put-byte macptr (aref array a-offset) p-offset)