summaryrefslogtreecommitdiff
path: root/ghc/interpreter/lib/Array.hs
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 1999-11-01 02:38:31 by andy]andy1999-11-011-85/+0
| | | | | | minor tweaks to do with H98 (like sequence => sequence_, etc) Removing the lib/*hs standard libs to make way for the automatically generated ones.
* [project @ 1999-04-27 10:06:47 by sewardj]sewardj1999-04-271-1/+1
| | | | | | | | | Changes to improve runtime performance of STG Hugs. -- Reorganisation of the evaluator (Evaluator.c). -- Changes to code emission (Assembler.c) to support peephole opts -- An experimental simplifier (optimise.c). -- Many supporting bug fixes and minor changes. -- Experimental implementation of integer for standalone hugs (sainteger.c).
* [project @ 1999-03-09 14:51:03 by sewardj]sewardj1999-03-091-0/+85
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