summaryrefslogtreecommitdiff
path: root/compiler/ghci/ByteCodeItbls.hs
Commit message (Collapse)AuthorAgeFilesLines
* Fix a couple of bugs in the way info tables are generated for 64-bit platformsSimon Marlow2014-11-051-14/+24
| | | | | | | | | | 1. The offset was a full word, but it should actually be a 32-bit offset on 64-bit platforms. 2. The con_desc string was allocated separately, which meant that it might be out of range for a 32-bit offset. These bugs meant that +RTS -Di (interpreter debugging) would sometimes crash on 64-bit.
* Convert GHCi sources from .lhs to .hsRodlogic2014-10-291-0/+397
Summary: Signed-off-by: Rodlogic <admin@rodlogic.net> Test Plan: Does it compile? Reviewers: hvr, austin Reviewed By: austin Subscribers: thomie, carter, simonmar Differential Revision: https://phabricator.haskell.org/D319