On 15/04/11 10:50, Hakan Ardo wrote:
> Hi,
> the point here is that we want max(a,b) to be turned into a single
> guard while we dont want max(*range(300)) and max(range(300)) to blow
> up into 300 guards, since that might lead to 2**300 different traces.
> I'm not sure how to best test this...

can't we just check that the loop contains a residual call to min_max_loop?
_______________________________________________
[email protected]
http://codespeak.net/mailman/listinfo/pypy-dev

Reply via email to