Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 16374 invoked from network); 4 Aug 2008 15:05:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Aug 2008 15:05:35 -0000 Received: (qmail 41251 invoked by uid 500); 4 Aug 2008 15:05:34 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 41221 invoked by uid 500); 4 Aug 2008 15:05:34 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 41208 invoked by uid 99); 4 Aug 2008 15:05:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Aug 2008 08:05:34 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Aug 2008 15:04:47 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 363A7234C186 for ; Mon, 4 Aug 2008 08:04:44 -0700 (PDT) Message-ID: <119897701.1217862284220.JavaMail.jira@brutus> Date: Mon, 4 Aug 2008 08:04:44 -0700 (PDT) From: "Aleksey Shipilev (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-5931) [classlib][pack200][performance] Some ClassConstantPool content may not be needed In-Reply-To: <1735832770.1217861924493.JavaMail.jira@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 [ https://issues.apache.org/jira/browse/HARMONY-5931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Shipilev updated HARMONY-5931: -------------------------------------- Attachment: pack200-ccp-bytecode-v1.patch pack200-ccp-bytecode-v1.patch Omitting ByteCode from ClassConstantPool. This change is to be discussed on dev@. Does not break JUnit tests for pack200. Gives +40% (!) boost on unpacking scenario. > [classlib][pack200][performance] Some ClassConstantPool content may not be needed > --------------------------------------------------------------------------------- > > Key: HARMONY-5931 > URL: https://issues.apache.org/jira/browse/HARMONY-5931 > Project: Harmony > Issue Type: Improvement > Environment: Latest pack200 > Reporter: Aleksey Shipilev > Attachments: pack200-ccp-bytecode-v1.patch, pack200-ccp-profiler.patch > > > ClassConstantPool is one peformance-important component of pack200. This issue reviews the data patterns in ClassConstantPool. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.