[project @ 1999-11-29 18:59:23 by sewardj]
Make StgHugs use the same naming scheme as GHC does for class + instance machinery. Add machinery to do Z-encoding/decoding of names extracted from interface files. Make the ELF object loader work again. It seemed to have suffered slight bitrot over the past couple of months. Fix various minor bugs. Track a small change in interface file syntax. Make Printer.c print tagged-unboxed stack sections in a decent way now that Alastair-style stack tags have been abandoned.
Showing
- ghc/includes/Assembler.h 12 additions, 10 deletionsghc/includes/Assembler.h
- ghc/includes/options.h 2 additions, 5 deletionsghc/includes/options.h
- ghc/interpreter/codegen.c 7 additions, 5 deletionsghc/interpreter/codegen.c
- ghc/interpreter/connect.h 6 additions, 5 deletionsghc/interpreter/connect.h
- ghc/interpreter/hugs.c 8 additions, 10 deletionsghc/interpreter/hugs.c
- ghc/interpreter/input.c 33 additions, 28 deletionsghc/interpreter/input.c
- ghc/interpreter/interface.c 31 additions, 17 deletionsghc/interpreter/interface.c
- ghc/interpreter/lift.c 10 additions, 7 deletionsghc/interpreter/lift.c
- ghc/interpreter/output.c 13 additions, 7 deletionsghc/interpreter/output.c
- ghc/interpreter/static.c 17 additions, 12 deletionsghc/interpreter/static.c
- ghc/interpreter/stg.c 3 additions, 3 deletionsghc/interpreter/stg.c
- ghc/interpreter/storage.c 183 additions, 4 deletionsghc/interpreter/storage.c
- ghc/interpreter/storage.h 13 additions, 8 deletionsghc/interpreter/storage.h
- ghc/interpreter/type.c 49 additions, 5 deletionsghc/interpreter/type.c
- ghc/interpreter/version.h 1 addition, 1 deletionghc/interpreter/version.h
- ghc/rts/Assembler.c 15 additions, 10 deletionsghc/rts/Assembler.c
- ghc/rts/Evaluator.c 8 additions, 5 deletionsghc/rts/Evaluator.c
- ghc/rts/Printer.c 5 additions, 3 deletionsghc/rts/Printer.c
Loading
Please register or sign in to comment