You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Ivashin Sergey (JIRA)" <ji...@apache.org> on 2007/08/31 14:16:30 UTC

[jira] Created: (HARMONY-4710) [drlvm][jit] Live-range splitting register allocator

[drlvm][jit] Live-range splitting register allocator
----------------------------------------------------

                 Key: HARMONY-4710
                 URL: https://issues.apache.org/jira/browse/HARMONY-4710
             Project: Harmony
          Issue Type: Improvement
          Components: DRLVM
            Reporter: Ivashin Sergey
         Attachments: regalloc4.patch

This is an experimental implementation of profile-guided live range splitting register allocator.

The implementation is based on the paper "Profile-based global live-range splitting"  by Takuya Nakaike, Tatsushi Inagaki, Hideaki Komatsu, and Toshio Nakatani published in ACM SIGPLAN Notices Volume 41, Issue 6 (June 2006)

	


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (HARMONY-4710) [drlvm][jit] Live-range splitting register allocator

Posted by "Mikhail Fursov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mikhail Fursov reassigned HARMONY-4710:
---------------------------------------

    Assignee: Mikhail Fursov

> [drlvm][jit] Live-range splitting register allocator
> ----------------------------------------------------
>
>                 Key: HARMONY-4710
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4710
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>            Reporter: Ivashin Sergey
>            Assignee: Mikhail Fursov
>         Attachments: regalloc4.patch
>
>
> This is an experimental implementation of profile-guided live range splitting register allocator.
> The implementation is based on the paper "Profile-based global live-range splitting"  by Takuya Nakaike, Tatsushi Inagaki, Hideaki Komatsu, and Toshio Nakatani published in ACM SIGPLAN Notices Volume 41, Issue 6 (June 2006)
> 	

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HARMONY-4710) [drlvm][jit] Live-range splitting register allocator

Posted by "Ivashin Sergey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivashin Sergey updated HARMONY-4710:
------------------------------------

    Attachment: regalloc4.patch

> [drlvm][jit] Live-range splitting register allocator
> ----------------------------------------------------
>
>                 Key: HARMONY-4710
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4710
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>            Reporter: Ivashin Sergey
>         Attachments: regalloc4.patch
>
>
> This is an experimental implementation of profile-guided live range splitting register allocator.
> The implementation is based on the paper "Profile-based global live-range splitting"  by Takuya Nakaike, Tatsushi Inagaki, Hideaki Komatsu, and Toshio Nakatani published in ACM SIGPLAN Notices Volume 41, Issue 6 (June 2006)
> 	

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HARMONY-4710) [drlvm][jit] Live-range splitting register allocator

Posted by "Yuri Dolgov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yuri Dolgov updated HARMONY-4710:
---------------------------------

    Attachment: regalloc4_tuned.patch

Some tuning of Live-renge spltiing algorithm have been done, implementation became faster but still it works slower than classic graph colloring

> [drlvm][jit] Live-range splitting register allocator
> ----------------------------------------------------
>
>                 Key: HARMONY-4710
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4710
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>            Reporter: Ivashin Sergey
>            Assignee: Mikhail Fursov
>         Attachments: regalloc4.patch, regalloc4_tuned.patch
>
>
> This is an experimental implementation of profile-guided live range splitting register allocator.
> The implementation is based on the paper "Profile-based global live-range splitting"  by Takuya Nakaike, Tatsushi Inagaki, Hideaki Komatsu, and Toshio Nakatani published in ACM SIGPLAN Notices Volume 41, Issue 6 (June 2006)
> 	

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.