nhc13 implementation limits


Runtime limits. There are various limits hard-coded into the runtime system, whose configured settings are:

node.hmax number of constructors in a data type512
STABLE_ALLOCSIZEmax stable pointers (GreenCard)1024
MAX_FILE_NAMEmax length of filename for profiling80
MAX_CDATAmax open files + ForeignObjs1024
ARGSIZEmax commandline arguments100
HEAPSIZEdefault heap (change on commandline)100000 words
STACKSIZEdefault stack (change on commandline)20000 words

The latest updates to these pages are available on the WWW from http://www.cs.york.ac.uk/fp/nhc13/

1998.05.22
York Functional Programming Group
Malcolm Wallace