Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 48716 invoked from network); 18 Jul 2008 10:35:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Jul 2008 10:35:24 -0000 Received: (qmail 3462 invoked by uid 500); 18 Jul 2008 10:35:23 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 3450 invoked by uid 500); 18 Jul 2008 10:35:23 -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 3441 invoked by uid 99); 18 Jul 2008 10:35:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jul 2008 03:35:23 -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; Fri, 18 Jul 2008 10:34:38 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2B748234C171 for ; Fri, 18 Jul 2008 03:34:33 -0700 (PDT) Message-ID: <1320908125.1216377273177.JavaMail.jira@brutus> Date: Fri, 18 Jul 2008 03:34:33 -0700 (PDT) From: "Aleksey Shipilev (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-5918) [classlib][pack200] Parallel unpacker implementation In-Reply-To: <532097924.1216377151847.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-5918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Shipilev updated HARMONY-5918: -------------------------------------- Attachment: pack200-threading-threadpool-v1.patch pack200-threading-threadpool-v1.patch Early prototype, based on java.util.concurrent.ThreadPoolExecutor. Though it contradicts with requirement for having 1.4 source, it's enough for prototype. This patch depends on HARMONY-5916. For unpacking scenario: gives +16% boost on 2-core ThinkPad T61p gives +50% boost on 8-core Xeon X5350 > [classlib][pack200] Parallel unpacker implementation > ---------------------------------------------------- > > Key: HARMONY-5918 > URL: https://issues.apache.org/jira/browse/HARMONY-5918 > Project: Harmony > Issue Type: Improvement > Components: Classlib > Environment: Latest pack200 + HARMONY-5916 > Reporter: Aleksey Shipilev > Attachments: pack200-threading-threadpool-v1.patch > > > This issue is dedicated for parallel unpacker development. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.