Files
ldc/gen
Frits van Bommel 1f7a2a7884 Teach stack promotion to walk the CFG when a potential reuse of an allocation
is found to see if it can actually happen instead of just assuming it will.

This allows it to catch cases like
{{{
int i;
Foo f;
while (cond(i))
    f = new Foo(i++);
return f.value;
}}}
where it previously wouldn't because a phi using the allocation would appear in
the condition block to propagate it to the use after the loop.
2009-06-11 02:04:44 +02:00
..
2008-10-06 22:54:08 +02:00
D2:
2009-06-03 02:28:48 +02:00
D2:
2009-06-03 02:28:48 +02:00
2009-04-15 20:06:25 +02:00
2008-10-06 22:54:08 +02:00
2009-04-12 12:52:01 +02:00
2009-05-07 15:33:06 +02:00
2009-05-07 15:33:06 +02:00
2009-05-17 16:31:23 +02:00
D2:
2009-06-03 02:28:48 +02:00
2009-05-02 11:58:50 +02:00
2009-04-25 18:26:54 +02:00