Re: [drlvm] [ipf] I suggest a series of patches for ipf code generator

2006-11-13 Thread Konstantin Anisimov
] > On the 0x21D day of Apache Harmony Konstantin Anisimov wrote: >> Hi all, >> >> I have created new Jira request - HARMONY-2139. It is about: >> 1. Added operand coalescer. It is integrated with register allocator. >> 2. I finished migration on STL with memory manager

Re: [drlvm] [ipf] I suggest a series of patches for ipf code generator

2006-11-09 Thread Konstantin Anisimov
Hi all, I have created new Jira request - HARMONY-2139. It is about: 1. Added operand coalescer. It is integrated with register allocator. 2. I finished migration on STL with memory manager support. Could someone review it? Thank you, Konstantin "Konstantin Anisimov" <[EMAIL PROT

Re: [drlvm] [ipf] I suggest a series of patches for ipf code generator

2006-11-07 Thread Konstantin Anisimov
Egor, thank you for the suggestions. I have taken them into account prepareing next patch version. Please find it in Jira HARMONY-2061 request. Thank you, Konstantin "Egor Pasko" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On the 0x216 day of Apache

Re: [drlvm] [ipf] I suggest a series of patches for ipf code generator

2006-11-03 Thread Konstantin Anisimov
Hi all, I suggest new patch from the series Igor introdusced. 1. To move direct predicated calls in separete node. It allows to have under predicate short branch instruction instead of call and thus reduce possible misprediction penalty. 2. I have implemented new node merging algorithm. It is m