Make the types we use when creating GHCi bytecode better match reality
authorIan Lynagh <igloo@earth.li>
Wed, 29 Jul 2009 13:09:11 +0000 (13:09 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 29 Jul 2009 13:09:11 +0000 (13:09 +0000)
commitb0046dd679244886fdc62e5cc2a73128d2e018bb
tree9fe86dff448a76a58cfffef4abe199c7949e8e66
parentf6648348c41c7fc76eb656254d27defd6a23e8f2
Make the types we use when creating GHCi bytecode better match reality
We were keeping things as Int, and then converting them to Word16 at
the last minute, when really they ought to have been Word16 all along.
compiler/ghci/ByteCodeAsm.lhs
compiler/ghci/ByteCodeGen.lhs
compiler/ghci/ByteCodeInstr.lhs
compiler/ghci/ByteCodeLink.lhs
compiler/main/InteractiveEval.hs
compiler/utils/Outputable.lhs