[project @ 1999-03-09 14:51:03 by sewardj]
Many improvements resulting from first attempt to run nofib suite: -- More libraries (lib/*.hs) brought into operation -- Prelude error handling and basic I/O improved -- Changed bytecode immediate value fields so large constant -- tables can be compiled -- Fixed bugs: translation of FATBAR, negative floating point -- literals, strict constructors, handling of CAFs
Showing
- ghc/interpreter/Makefile 6 additions, 95 deletionsghc/interpreter/Makefile
- ghc/interpreter/backend.h 2 additions, 5 deletionsghc/interpreter/backend.h
- ghc/interpreter/codegen.c 18 additions, 15 deletionsghc/interpreter/codegen.c
- ghc/interpreter/compiler.c 4 additions, 5 deletionsghc/interpreter/compiler.c
- ghc/interpreter/connect.h 3 additions, 4 deletionsghc/interpreter/connect.h
- ghc/interpreter/derive.c 44 additions, 38 deletionsghc/interpreter/derive.c
- ghc/interpreter/hugs.c 25 additions, 24 deletionsghc/interpreter/hugs.c
- ghc/interpreter/lib/Array.hs 85 additions, 0 deletionsghc/interpreter/lib/Array.hs
- ghc/interpreter/lib/Char.hs 25 additions, 0 deletionsghc/interpreter/lib/Char.hs
- ghc/interpreter/lib/Complex.hs 94 additions, 0 deletionsghc/interpreter/lib/Complex.hs
- ghc/interpreter/lib/Ix.hs 15 additions, 0 deletionsghc/interpreter/lib/Ix.hs
- ghc/interpreter/lib/List.hs 267 additions, 0 deletionsghc/interpreter/lib/List.hs
- ghc/interpreter/lib/Maybe.hs 41 additions, 0 deletionsghc/interpreter/lib/Maybe.hs
- ghc/interpreter/lib/Monad.hs 97 additions, 0 deletionsghc/interpreter/lib/Monad.hs
- ghc/interpreter/lib/Prelude.hs 2093 additions, 0 deletionsghc/interpreter/lib/Prelude.hs
- ghc/interpreter/lib/Ratio.hs 13 additions, 0 deletionsghc/interpreter/lib/Ratio.hs
- ghc/interpreter/link.c 69 additions, 50 deletionsghc/interpreter/link.c
- ghc/interpreter/link.h 5 additions, 1 deletionghc/interpreter/link.h
- ghc/interpreter/optimise.c 27 additions, 4 deletionsghc/interpreter/optimise.c
- ghc/interpreter/parser.y 3 additions, 3 deletionsghc/interpreter/parser.y
Loading
Please register or sign in to comment