Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
63912 commits behind the upstream repository.
user avatar
Julian Seward authored
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.
7c1668b4
History