cvs commit: fptools/ghc/rts Bytecodes.h Disassembler.c Evaluator.c
daan@glass.cse.ogi.edu
daan@glass.cse.ogi.edu
Mon, 9 Oct 2000 04:20:16 -0700
daan 2000/10/09 04:20:16 PDT
Modified files:
ghc/rts Bytecodes.h Disassembler.c Evaluator.c
Log:
Lots of changes for Xmlambda. all changes are between
#ifdef XMLAMBDA blocks.
- new bytecodes for Inj constructors and witnesses
- new primops for rows
- code for calling foreign functions. This only works with
'dynamic.c' but that is not checked in yet.
Revision Changes Path
1.17 +34 -14 fptools/ghc/rts/Bytecodes.h
1.14 +61 -14 fptools/ghc/rts/Disassembler.c
1.58 +629 -156 fptools/ghc/rts/Evaluator.c