[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

LOAD-BYTE and DEPOSIT-BYTE



I won't throw any bombs if we decide to put these in.  I vaguely remember
a meeting where we discussed compiler optimization such that
	(LDB (BYTE 1 I) W)
would be equivalent to
	(LOAD-BYTE 1 I W)
or whatever the arguments are.  This would make LOAD-BYTE fairly
superfluous.