summaryrefslogtreecommitdiff
path: root/ghc/rts/Interpreter.c
Commit message (Collapse)AuthorAgeFilesLines
...
* [project @ 2001-01-09 17:36:21 by sewardj]sewardj2001-01-091-6/+26
| | | | Various bug fixes for the interpreter/byte-code-gen combination.
* [project @ 2001-01-05 15:24:28 by sewardj]sewardj2001-01-051-32/+36
| | | | Various bug fixes.
* [project @ 2001-01-03 16:44:29 by sewardj]sewardj2001-01-031-22/+67
| | | | | Start getting the bytecode interpreter to work. A matching commit to compiler/ghci/ByteCodeGen.lhs follows ...
* [project @ 2001-01-03 15:30:48 by simonmar]simonmar2001-01-031-4/+4
| | | | make it compile with PROFILING turned on
* [project @ 2000-12-20 14:47:22 by sewardj]sewardj2000-12-201-103/+168
| | | | First shot at the new interpreter and disassembler.
* [project @ 2000-12-19 16:48:35 by sewardj]sewardj2000-12-191-2/+3
| | | | Try to get the repo rts into a buildable state.
* [project @ 2000-12-14 15:19:47 by sewardj]sewardj2000-12-141-11/+19
| | | | | Add info tables to do compiled->interpreted returns and vice versa. Rename various stuff from ...Hugs... to ...Interp...
* [project @ 2000-12-11 17:59:01 by sewardj]sewardj2000-12-111-2509/+200
| | | | stagger ever onwards
* [project @ 2000-12-11 12:55:43 by sewardj]sewardj2000-12-111-0/+2582
Remove the old bytecode interpreter and add the new one.