[Openmcl-cvs-notifications] Commit: ccl/compiler/PPC/PPC32
gb@clozure.com
gb at clozure.com
Tue May 9 21:01:35 MDT 2006
Affected files with versions:
ppc32-vinsns.lisp,1.48
-----------------------------------
Details:
Update of /usr/local/tmpcvs/openmcl-dev/ccl/compiler/PPC/PPC32
In directory clozure.com:/tmp/cvs-serv83710/compiler/PPC/PPC32
Modified Files:
ppc32-vinsns.lisp
Log Message:
UNBOX-BASE-CHAR just checks that the lowbyte is SUBTAG-CHARACTER; it used
to rotate things around to check the high bits of the char code, but
all chars have been base-chars for several years now ...
UNBOX-CHARACTER was unused.
(This is the first step of what may be several bootstrapping steps
to change PPC32::CHARCODE-SHIFT from 16 to 8, so that we have 24
easily-accessed char-code bits on PPC32.)
More information about the Openmcl-cvs-notifications
mailing list