[project @ 2000-02-15 13:16:19 by sewardj]
authorsewardj <unknown>
Tue, 15 Feb 2000 13:16:20 +0000 (13:16 +0000)
committersewardj <unknown>
Tue, 15 Feb 2000 13:16:20 +0000 (13:16 +0000)
commit7c1668b46ada13fbb5a8de2276b2878ed1c6e210
treed554087d9f08ebf16d6f25af2040b0d95655a02c
parentf460a89b3e089dcf47c67ed747687b91dd80d5fd
[project @ 2000-02-15 13:16:19 by sewardj]
Backend interop fixes:
-- Make Hugs use the same constructor tag numbering as GHC, viz, starting
   at zero.
-- Evaluator.c: when unwinding the stack on entering a constructor,
   return to the scheduler if a RET_{VEC_}{SMALL|BIG} is found on the
   stack.
ghc/interpreter/hugs.c
ghc/interpreter/stg.c
ghc/interpreter/storage.c
ghc/interpreter/storage.h
ghc/rts/Evaluator.c
ghc/rts/StgCRun.c