Equality of Recursive Structures [Was: Closure Compiler in 3.9 ?]

sig siguctua at gmail.com
Thu May 10 17:45:19 UTC 2007


> >
> > The queation remains: why does the mere existence of such recursive
> > structures throw Squeak into a tizzy?
> >
> >       Andrew
> >

The only solution i see it may be to add into VM a stack check for
detecting repetitive patterns.

But then, what to deal with such cases:

aClass>>add: a with: b
^ self add: a with: b+1



More information about the Squeak-dev mailing list