You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Konstantin Anisimov (JIRA)" <ji...@apache.org> on 2006/11/10 04:49:39 UTC

[jira] Created: (HARMONY-2139) Operand coalescing algorithm is implemented

Operand coalescing algorithm is implemented
-------------------------------------------

                 Key: HARMONY-2139
                 URL: http://issues.apache.org/jira/browse/HARMONY-2139
             Project: Harmony
          Issue Type: Improvement
          Components: DRLVM
         Environment: SUSE 9, IPF
            Reporter: Konstantin Anisimov


IpfRegisterAllocator.h, IpfRegisterAllocator.cpp
Operand coalescing algorithm is implemented

IpfDce.h, IpfEncoder.h, IpfRuntimeSupport.h, IpfType.h, IpfLiveAnalyzer.cpp, IpfPrologEpilogGenerator.cpp
IpfSpillGen.cpp, IpfInst.cpp, IpfRuntimeSupport.cpp
migration on MemoryManager based STL

IpfInstCodeSelector.cpp
Branch hints are added



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HARMONY-2139) Operand coalescing algorithm is implemented

Posted by "Konstantin Anisimov (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2139?page=all ]

Konstantin Anisimov updated HARMONY-2139:
-----------------------------------------

    Attachment: opnd_coalescer_ipf.txt

> Operand coalescing algorithm is implemented
> -------------------------------------------
>
>                 Key: HARMONY-2139
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2139
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>         Environment: SUSE 9, IPF
>            Reporter: Konstantin Anisimov
>         Attachments: opnd_coalescer_ipf.txt
>
>
> IpfRegisterAllocator.h, IpfRegisterAllocator.cpp
> Operand coalescing algorithm is implemented
> IpfDce.h, IpfEncoder.h, IpfRuntimeSupport.h, IpfType.h, IpfLiveAnalyzer.cpp, IpfPrologEpilogGenerator.cpp
> IpfSpillGen.cpp, IpfInst.cpp, IpfRuntimeSupport.cpp
> migration on MemoryManager based STL
> IpfInstCodeSelector.cpp
> Branch hints are added

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-2139) Operand coalescing algorithm is implemented

Posted by "Egor Pasko (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-2139?page=comments#action_12449287 ] 
            
Egor Pasko commented on HARMONY-2139:
-------------------------------------

my comment in The Mailing-list was:
--------------------------------------------------------------------------------
(1)
patch applies well, does not affect IA-32, x86_64 builds

(2)
Migration to MemoryManager based STL is of special goodness. Thank you!
But some of not MemManaged usages are not wiped out yet:
IpfType.h: multimap
IpfEmitter.{h|cpp}: vector bitset
could you eliminate them for unification, please?

(3)
some logging code is commented-out, but this should be OK for now
--------------------------------------------------------------------------------

now the patch is nice! (IpfEmitter corrections ar left for Igor Chebykin to update in some new JIRA issue)
I am for committing the latest patch (92K). Does not affect IA-32, as previously.

> Operand coalescing algorithm is implemented
> -------------------------------------------
>
>                 Key: HARMONY-2139
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2139
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>         Environment: SUSE 9, IPF
>            Reporter: Konstantin Anisimov
>         Attachments: opnd_coalescer_ipf.txt, opnd_coalescer_ipf.txt
>
>
> IpfRegisterAllocator.h, IpfRegisterAllocator.cpp
> Operand coalescing algorithm is implemented
> IpfDce.h, IpfEncoder.h, IpfRuntimeSupport.h, IpfType.h, IpfLiveAnalyzer.cpp, IpfPrologEpilogGenerator.cpp
> IpfSpillGen.cpp, IpfInst.cpp, IpfRuntimeSupport.cpp
> migration on MemoryManager based STL
> IpfInstCodeSelector.cpp
> Branch hints are added

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (HARMONY-2139) Operand coalescing algorithm is implemented

Posted by "Mikhail Loenko (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2139?page=all ]

Mikhail Loenko resolved HARMONY-2139.
-------------------------------------

    Resolution: Fixed

the newest patch was applied in revision 474271
Konstantin, please confirm that it was applied as expected

> Operand coalescing algorithm is implemented
> -------------------------------------------
>
>                 Key: HARMONY-2139
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2139
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>         Environment: SUSE 9, IPF
>            Reporter: Konstantin Anisimov
>         Assigned To: Mikhail Loenko
>         Attachments: opnd_coalescer_ipf.txt, opnd_coalescer_ipf.txt
>
>
> IpfRegisterAllocator.h, IpfRegisterAllocator.cpp
> Operand coalescing algorithm is implemented
> IpfDce.h, IpfEncoder.h, IpfRuntimeSupport.h, IpfType.h, IpfLiveAnalyzer.cpp, IpfPrologEpilogGenerator.cpp
> IpfSpillGen.cpp, IpfInst.cpp, IpfRuntimeSupport.cpp
> migration on MemoryManager based STL
> IpfInstCodeSelector.cpp
> Branch hints are added

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HARMONY-2139) Operand coalescing algorithm is implemented

Posted by "Konstantin Anisimov (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2139?page=all ]

Konstantin Anisimov updated HARMONY-2139:
-----------------------------------------

    Attachment: opnd_coalescer_ipf.txt

IpfType.h
multimap changed on StlMultiMap

> Operand coalescing algorithm is implemented
> -------------------------------------------
>
>                 Key: HARMONY-2139
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2139
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>         Environment: SUSE 9, IPF
>            Reporter: Konstantin Anisimov
>         Attachments: opnd_coalescer_ipf.txt, opnd_coalescer_ipf.txt
>
>
> IpfRegisterAllocator.h, IpfRegisterAllocator.cpp
> Operand coalescing algorithm is implemented
> IpfDce.h, IpfEncoder.h, IpfRuntimeSupport.h, IpfType.h, IpfLiveAnalyzer.cpp, IpfPrologEpilogGenerator.cpp
> IpfSpillGen.cpp, IpfInst.cpp, IpfRuntimeSupport.cpp
> migration on MemoryManager based STL
> IpfInstCodeSelector.cpp
> Branch hints are added

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (HARMONY-2139) Operand coalescing algorithm is implemented

Posted by "Mikhail Loenko (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2139?page=all ]

Mikhail Loenko reassigned HARMONY-2139:
---------------------------------------

    Assignee: Mikhail Loenko

> Operand coalescing algorithm is implemented
> -------------------------------------------
>
>                 Key: HARMONY-2139
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2139
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>         Environment: SUSE 9, IPF
>            Reporter: Konstantin Anisimov
>         Assigned To: Mikhail Loenko
>         Attachments: opnd_coalescer_ipf.txt, opnd_coalescer_ipf.txt
>
>
> IpfRegisterAllocator.h, IpfRegisterAllocator.cpp
> Operand coalescing algorithm is implemented
> IpfDce.h, IpfEncoder.h, IpfRuntimeSupport.h, IpfType.h, IpfLiveAnalyzer.cpp, IpfPrologEpilogGenerator.cpp
> IpfSpillGen.cpp, IpfInst.cpp, IpfRuntimeSupport.cpp
> migration on MemoryManager based STL
> IpfInstCodeSelector.cpp
> Branch hints are added

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-2139) Operand coalescing algorithm is implemented

Posted by "Egor Pasko (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-2139?page=comments#action_12448661 ] 
            
Egor Pasko commented on HARMONY-2139:
-------------------------------------

I am going to look into this patch today. Please, prefix subject lines with [drlvm][jit][ipf] in future

> Operand coalescing algorithm is implemented
> -------------------------------------------
>
>                 Key: HARMONY-2139
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2139
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>         Environment: SUSE 9, IPF
>            Reporter: Konstantin Anisimov
>         Attachments: opnd_coalescer_ipf.txt
>
>
> IpfRegisterAllocator.h, IpfRegisterAllocator.cpp
> Operand coalescing algorithm is implemented
> IpfDce.h, IpfEncoder.h, IpfRuntimeSupport.h, IpfType.h, IpfLiveAnalyzer.cpp, IpfPrologEpilogGenerator.cpp
> IpfSpillGen.cpp, IpfInst.cpp, IpfRuntimeSupport.cpp
> migration on MemoryManager based STL
> IpfInstCodeSelector.cpp
> Branch hints are added

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira