Limit constant character-compare VOPs to 8-bit code points on Alpha
commit1a5bdc199b8f369be183bb9bb8649c3d570eb80e
authorAlastair Bridgewater <alastair.bridgewater@gmail.com>
Thu, 5 Nov 2015 01:16:30 +0000 (4 20:16 -0500)
committerAlastair Bridgewater <alastair.bridgewater@gmail.com>
Fri, 13 Nov 2015 14:59:31 +0000 (13 14:59 +0000)
treef616d5a518d9f0a29ab6f8ecc07715cacbe36df2
parent47f6b119d41ee7766b7a99714137aa90c9375eee
Limit constant character-compare VOPs to 8-bit code points on Alpha

  * Cribbing from the same logic on PPC (where they are limited to
16-bit code points), for the same reason (instruction immediate
encoding limits).
src/compiler/alpha/char.lisp
src/compiler/alpha/vm.lisp