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

Re: Extending the address space of MIT Cscheme



Put the type bits at the bottom of the address word.  No shift, just mask if
needed.  Result: larger 'words.'  This technique also used in Smalltalk-80,
immediates were tagged with low order bit, shifted only when needed.

(ron)