You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Igor V. Stolyarov (JIRA)" <ji...@apache.org> on 2006/10/25 13:53:16 UTC

[jira] Created: (HARMONY-1961) [classlib][awt] performance improvement for clip and setClip methods of Graphics

[classlib][awt] performance improvement for clip and setClip methods of Graphics
--------------------------------------------------------------------------------

                 Key: HARMONY-1961
                 URL: http://issues.apache.org/jira/browse/HARMONY-1961
             Project: Harmony
          Issue Type: Improvement
            Reporter: Igor V. Stolyarov
         Attachments: Harmony-1961.patch

I'd like to suggest performance improvement for clip and setClip methods of CommonGraphics2D class. With the patch I have up to 30% boost on some JFCMark tests. 
Description of the patch: Patch add checking type of clip shape and doesn't use JavaShapeRasterazer when it is Rectangle or MuliRectArea


-- 
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-1961) [classlib][awt] performance improvement for clip and setClip methods of Graphics

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

Alexey Petrenko resolved HARMONY-1961.
--------------------------------------

    Resolution: Fixed

Patch has been applied.
Igor, please verify.

> [classlib][awt] performance improvement for clip and setClip methods of Graphics
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-1961
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1961
>             Project: Harmony
>          Issue Type: Improvement
>            Reporter: Igor V. Stolyarov
>         Assigned To: Alexey Petrenko
>         Attachments: Harmony-1961.patch
>
>
> I'd like to suggest performance improvement for clip and setClip methods of CommonGraphics2D class. With the patch I have up to 30% boost on some JFCMark tests. 
> Description of the patch: Patch add checking type of clip shape and doesn't use JavaShapeRasterazer when it is Rectangle or MuliRectArea

-- 
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] Closed: (HARMONY-1961) [classlib][awt] performance improvement for clip and setClip methods of Graphics

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

Alexey Petrenko closed HARMONY-1961.
------------------------------------


> [classlib][awt] performance improvement for clip and setClip methods of Graphics
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-1961
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1961
>             Project: Harmony
>          Issue Type: Improvement
>            Reporter: Igor V. Stolyarov
>         Assigned To: Alexey Petrenko
>         Attachments: Harmony-1961.patch
>
>
> I'd like to suggest performance improvement for clip and setClip methods of CommonGraphics2D class. With the patch I have up to 30% boost on some JFCMark tests. 
> Description of the patch: Patch add checking type of clip shape and doesn't use JavaShapeRasterazer when it is Rectangle or MuliRectArea

-- 
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-1961) [classlib][awt] performance improvement for clip and setClip methods of Graphics

Posted by "Igor V. Stolyarov (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1961?page=comments#action_12448103 ] 
            
Igor V. Stolyarov commented on HARMONY-1961:
--------------------------------------------

Works for me.
Thank you Alexey.

> [classlib][awt] performance improvement for clip and setClip methods of Graphics
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-1961
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1961
>             Project: Harmony
>          Issue Type: Improvement
>            Reporter: Igor V. Stolyarov
>         Assigned To: Alexey Petrenko
>         Attachments: Harmony-1961.patch
>
>
> I'd like to suggest performance improvement for clip and setClip methods of CommonGraphics2D class. With the patch I have up to 30% boost on some JFCMark tests. 
> Description of the patch: Patch add checking type of clip shape and doesn't use JavaShapeRasterazer when it is Rectangle or MuliRectArea

-- 
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-1961) [classlib][awt] performance improvement for clip and setClip methods of Graphics

Posted by "Igor V. Stolyarov (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1961?page=all ]

Igor V. Stolyarov updated HARMONY-1961:
---------------------------------------

    Attachment: Harmony-1961.patch

> [classlib][awt] performance improvement for clip and setClip methods of Graphics
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-1961
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1961
>             Project: Harmony
>          Issue Type: Improvement
>            Reporter: Igor V. Stolyarov
>         Attachments: Harmony-1961.patch
>
>
> I'd like to suggest performance improvement for clip and setClip methods of CommonGraphics2D class. With the patch I have up to 30% boost on some JFCMark tests. 
> Description of the patch: Patch add checking type of clip shape and doesn't use JavaShapeRasterazer when it is Rectangle or MuliRectArea

-- 
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-1961) [classlib][awt] performance improvement for clip and setClip methods of Graphics

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

Alexey Petrenko reassigned HARMONY-1961:
----------------------------------------

    Assignee: Alexey Petrenko

> [classlib][awt] performance improvement for clip and setClip methods of Graphics
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-1961
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1961
>             Project: Harmony
>          Issue Type: Improvement
>            Reporter: Igor V. Stolyarov
>         Assigned To: Alexey Petrenko
>         Attachments: Harmony-1961.patch
>
>
> I'd like to suggest performance improvement for clip and setClip methods of CommonGraphics2D class. With the patch I have up to 30% boost on some JFCMark tests. 
> Description of the patch: Patch add checking type of clip shape and doesn't use JavaShapeRasterazer when it is Rectangle or MuliRectArea

-- 
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