AW: What does "Compiled code too complex" error message of Hugs mean?
Alastair Reid
reid@cs.utah.edu
Mon, 26 Feb 2001 10:22:07 -0700
Laaser Christian writes:
> I installed the new Feb 2001 distribution and I saw that NUM_FIXUPS
> with value 1000 is only possible for large version of hugs interpreter.
> It would be great if I could get this version because the standard
> interpreter
> only has a NUM_FIXUPS of 400 and so I get the error message
> "Compiled code too complex".
Almost every machine in existence uses the large version so I'm a bit surprised
by this report. Can you confirm:
a) That your machine _does not_ use the large version.
(Look at the values of SMALL_HUGS, REGULAR_HUGS and LARGE_HUGS in
hugs98/src/options.h)
b) That changing NUM_FIXUPS to 1000 fixes your problem.
If you are indeed using the regular version, is there any reason why you can't
use the large version?
--
Alastair Reid