[BUG]TempVariableNode(Object)>>halt

Bob Arning arning at charm.net
Wed Sep 24 12:49:51 UTC 2003


On Wed, 24 Sep 2003 14:21:37 +0200 goran.krampe at bluefish.se wrote:
>I just stumbled upon this when trying to fileIn a Rosetta-converted (!)
>Dolphin package into Squeak. The offending method is tremendously
>horrendously long but that isn't the issue of course, the issue is why I
>ended up here. :)
>
>If anyone of you Compiler-gurus is interested in finding out why this
>happened I can send you the changeset privately so that you can repeat
>it (it contains code I don't want published).

You have too many temporary variables ( > 64). Encoder>>newTemp: could be a bit more helpful and tell you that rather than accepting temps endlessly.

Cheers,
Bob



More information about the Squeak-dev mailing list