Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 31570 invoked from network); 5 Nov 2006 10:40:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Nov 2006 10:40:40 -0000 Received: (qmail 60548 invoked by uid 500); 5 Nov 2006 10:40:51 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 60441 invoked by uid 500); 5 Nov 2006 10:40:51 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 60430 invoked by uid 99); 5 Nov 2006 10:40:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Nov 2006 02:40:51 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Nov 2006 02:40:38 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 51DDF7142BF for ; Sun, 5 Nov 2006 02:40:18 -0800 (PST) Message-ID: <12252377.1162723218332.JavaMail.root@brutus> Date: Sun, 5 Nov 2006 02:40:18 -0800 (PST) From: "Alexey Petrenko (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Resolved: (HARMONY-1961) [classlib][awt] performance improvement for clip and setClip methods of Graphics In-Reply-To: <29902312.1161777196632.JavaMail.root@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on 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