Implement EQ of unboxed characters and small integers on x86oids
authorPaul Khuong <pvk@pvk.ca>
Tue, 21 May 2013 20:20:40 +0000 (16:20 -0400)
committerPaul Khuong <pvk@pvk.ca>
Tue, 21 May 2013 20:23:45 +0000 (16:23 -0400)
commit09f925d42d072d74c6977cc52e3ebf36135d2e15
tree6cb93ea245dfc62d6b35812729bd94bd3a1083a6
parent1d68d81c3022715f83faeff6ccc9836975783462
Implement EQ of unboxed characters and small integers on x86oids

 More important now that we actually weaken EQL of EQ-comparable
 types into EQ.  We just have to re-purpose pre-existing EQL and
 CHAR= templates (and adjust the generic test's cost to be less
 attractive), but I can't test on !x86oids.

 Spotted by Douglas Katzman.
src/compiler/x86-64/pred.lisp
src/compiler/x86/pred.lisp