Re: Latest experiments...happiness and sadness

2012-10-20 Thread Vladimir Kozlov
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

Re: Latest experiments...happiness and sadness

2012-10-20 Thread Florian Weimer
* 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