Help! Huge model bombs out

Andrew Beattie andrew at riddle.UUCP
Wed Oct 19 19:00:00 AEST 1988


In article <3700005 at eecs.nwu.edu> skrenta at eecs.nwu.edu (Richard Skrenta) writes:
>
>........  I tried switching
>to the huge model, but halfway through the compile I got the following
>error:
>
>Compiler error (internal): infinite spill
>
This has been answered before, so I'll keep my answer short ...

the bigger the model, the more work the compiler has to do to cope with
re-direction, segements, offsets, arrays, pointers and stuff.

You reach the limit of how much the compiler can cope with, *very* quickly
in huge model.  Try spitting the offending line into two parts (using
temporary variables if necessary)

You can look up the message in your Programers guide II, under the tab
"cc and ld error messages" (if you look very hard :-) )



More information about the Comp.unix.xenix mailing list