I am working on it.
Vladimir
On Oct 20, 2012, at 9:39 AM, Florian Weimer wrote:
> * Remi Forax:
>
>> Even a simple code like the one below, there is no scalar replacement
>> (OSR or not),
>> Float f = new Float(0);
>> for(int i=0; i> f = new Float(f + 1.0f);
>> }
>> floa
* Remi Forax:
> Even a simple code like the one below, there is no scalar replacement
> (OSR or not),
> Float f = new Float(0);
> for(int i=0; if = new Float(f + 1.0f);
> }
> float result = f;
> System.out.println(result);
Last time I looked at this, scalar repl