[project @ 1999-03-01 14:46:42 by sewardj]
Mods to make STG-hugs able to compile and run small examples. This commit also includes proper implementations of seq, raise and catch.
Showing
- ghc/includes/Assembler.h 10 additions, 5 deletionsghc/includes/Assembler.h
- ghc/includes/options.h 15 additions, 15 deletionsghc/includes/options.h
- ghc/interpreter/backend.h 4 additions, 4 deletionsghc/interpreter/backend.h
- ghc/interpreter/codegen.c 92 additions, 26 deletionsghc/interpreter/codegen.c
- ghc/interpreter/compiler.c 44 additions, 51 deletionsghc/interpreter/compiler.c
- ghc/interpreter/connect.h 31 additions, 4 deletionsghc/interpreter/connect.h
- ghc/interpreter/derive.c 296 additions, 80 deletionsghc/interpreter/derive.c
- ghc/interpreter/dynamic.c 4 additions, 2 deletionsghc/interpreter/dynamic.c
- ghc/interpreter/hugs.c 44 additions, 30 deletionsghc/interpreter/hugs.c
- ghc/interpreter/input.c 3 additions, 8 deletionsghc/interpreter/input.c
- ghc/interpreter/lift.c 5 additions, 2 deletionsghc/interpreter/lift.c
- ghc/interpreter/link.c 411 additions, 450 deletionsghc/interpreter/link.c
- ghc/interpreter/link.h 16 additions, 5 deletionsghc/interpreter/link.h
- ghc/interpreter/machdep.c 6 additions, 4 deletionsghc/interpreter/machdep.c
- ghc/interpreter/nHandle.c 71 additions, 0 deletionsghc/interpreter/nHandle.c
- ghc/interpreter/output.c 22 additions, 28 deletionsghc/interpreter/output.c
- ghc/interpreter/preds.c 4 additions, 3 deletionsghc/interpreter/preds.c
- ghc/interpreter/static.c 23 additions, 17 deletionsghc/interpreter/static.c
- ghc/interpreter/stg.c 23 additions, 103 deletionsghc/interpreter/stg.c
- ghc/interpreter/storage.c 73 additions, 70 deletionsghc/interpreter/storage.c
Loading
Please register or sign in to comment