On 17 Mar 2007 12:46:38 +0300, Egor Pasko <[EMAIL PROTECTED]> wrote:
On the 0x29B day of Apache Harmony Mikhail Fursov wrote: > Egor, > > On 16 Mar 2007 20:02:15 +0300, Egor Pasko <[EMAIL PROTECTED]> wrote: > > > > I would love to implement versioning > > > Since we come into agreement about arrays fill optimizations, I want to ask > you about versioning. > One of my student asked me if it worth to start working on this optimization > (he wants to join it with value profiler input). > > Do you have any plans to implement it by yourself in the nearest month or > two? cool, I am starting to work on it Mikhail, you probably have some ideas/expectations on versioning+vaueProfiler? Is it that we want to make a version of a loop according to the target class prediction (from value profiler)?
The idea is to use aggresive specialization for variables to simplify (or to reduce strength) of operations inside of a loop. -- Mikhail Fursov
