Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [project @ 2001-01-09 17:36:21 by sewardj] | sewardj | 2001-01-09 | 1 | -6/+26 | |
| | | | | Various bug fixes for the interpreter/byte-code-gen combination. | |||||
* | [project @ 2001-01-05 15:24:28 by sewardj] | sewardj | 2001-01-05 | 1 | -32/+36 | |
| | | | | Various bug fixes. | |||||
* | [project @ 2001-01-03 16:44:29 by sewardj] | sewardj | 2001-01-03 | 1 | -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] | simonmar | 2001-01-03 | 1 | -4/+4 | |
| | | | | make it compile with PROFILING turned on | |||||
* | [project @ 2000-12-20 14:47:22 by sewardj] | sewardj | 2000-12-20 | 1 | -103/+168 | |
| | | | | First shot at the new interpreter and disassembler. | |||||
* | [project @ 2000-12-19 16:48:35 by sewardj] | sewardj | 2000-12-19 | 1 | -2/+3 | |
| | | | | Try to get the repo rts into a buildable state. | |||||
* | [project @ 2000-12-14 15:19:47 by sewardj] | sewardj | 2000-12-14 | 1 | -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] | sewardj | 2000-12-11 | 1 | -2509/+200 | |
| | | | | stagger ever onwards | |||||
* | [project @ 2000-12-11 12:55:43 by sewardj] | sewardj | 2000-12-11 | 1 | -0/+2582 | |
Remove the old bytecode interpreter and add the new one. |