Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 1998-08-24 06:43:48 -0700 (Mon, 24 Aug 1998)
Revision: 2443
Log message:
Slightly better Ensemble scheduling.
Native-code compiler has trouble marshaling functions--
its probably a problem with the marshaler.
Added Nl_num, a ML-only implementation of bignums.
This is slower than the C version used by OCaml, but
we can marshal the Nl_nums. Most of the files changed
are just replacements of Num.* with Nl_num.*.