implement case-on-Word in the byte code generator/interpreter (#2881)
authorSimon Marlow <marlowsd@gmail.com>
Fri, 18 Sep 2009 13:32:04 +0000 (13:32 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Fri, 18 Sep 2009 13:32:04 +0000 (13:32 +0000)
commit656e9d6b1db053c88ba1518b6095060347e09418
treed49e31cdb0bdfd918fbc4dce77f37c2839490a03
parentba67234542412c2ca6656dbeadb7d225bc94d4b2
implement case-on-Word in the byte code generator/interpreter (#2881)
compiler/ghci/ByteCodeAsm.lhs
compiler/ghci/ByteCodeGen.lhs
compiler/ghci/ByteCodeInstr.lhs
includes/rts/Bytecodes.h
rts/Interpreter.c