Latest experiments...happiness and sadness

Vladimir Kozlov vladimir.kozlov at oracle.com
Sat Oct 20 12:21:35 PDT 2012


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<length; i++) {
>>       f = new Float(f + 1.0f);
>>     }
>>     float result = f;
>>     System.out.println(result);
> 
> Last time I looked at this, scalar replacement and loop optimizations
> did not play along at all, and here you need both.  Has this changed?
> _______________________________________________
> mlvm-dev mailing list
> mlvm-dev at openjdk.java.net
> http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev



More information about the mlvm-dev mailing list