[commit: ghc] master: Remove CPP in ByteCodeItbls (75ed401)

Ian Lynagh igloo at earth.li
Tue Apr 9 16:41:53 CEST 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : master

https://github.com/ghc/ghc/commit/75ed401fecd487a1daa8f372e616750c5a6832bd

>---------------------------------------------------------------

commit 75ed401fecd487a1daa8f372e616750c5a6832bd
Author: Ian Lynagh <ian at well-typed.com>
Date:   Tue Apr 9 13:39:56 2013 +0100

    Remove CPP in ByteCodeItbls
    
    I tried making mkJumpToAddr return [Word32] on all platforms,
    but it went wrong on x86 (possibly due to alignment?). Rather than
    chasing the bug, I've just used an Either type for now.

 compiler/ghci/ByteCodeItbls.lhs   | 338 ++++++++++++++++++--------------------
 compiler/ghci/RtClosureInspect.hs |   4 +-
 2 files changed, 159 insertions(+), 183 deletions(-)


Diff suppressed because of size. To see it, use:

    git show 75ed401fecd487a1daa8f372e616750c5a6832bd



More information about the ghc-commits mailing list