Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 51809 invoked from network); 9 Jan 2009 10:15:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jan 2009 10:15:42 -0000 Received: (qmail 29653 invoked by uid 500); 9 Jan 2009 10:15:40 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 29613 invoked by uid 500); 9 Jan 2009 10:15:40 -0000 Mailing-List: contact dev-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 dev@harmony.apache.org Received: (qmail 29602 invoked by uid 99); 9 Jan 2009 10:15:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jan 2009 02:15:40 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of aleksey.shipilev@gmail.com designates 209.85.198.227 as permitted sender) Received: from [209.85.198.227] (HELO rv-out-0506.google.com) (209.85.198.227) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jan 2009 10:15:34 +0000 Received: by rv-out-0506.google.com with SMTP id f9so208137rvb.5 for ; Fri, 09 Jan 2009 02:15:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=xIY+5heLzKV6FizIsRCT7Otq1NkAfbzZkyTrJ1JowOg=; b=GgcfHZFpfSfPivJyDOSdl/GQg7ZkSb8yyS7qrV6c+3hrZH1rPSftfMFnIxkAR+zFoV ai6ZpznN3I0LGBS5iQzQk8V9JPip5Bi3J3my7Sn9tg6xqgcyNZ4ZRrYGHY7JtAa+T8z/ NJGNaZ/PMAAYYDDXotpg4/C2DjZVv6rHMmP3s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=QdPuhWJ5LsA5I6tslmihlT9zkKQEkiZrEPE1/ugVaZFxa1cucw9Uz/qjj6zwGloggu hERtRehXERC6lZuspUZrs506fRp86Y1Ecbz+yCDuV4Egn5HCay/sHdLGao/HfB6mOWYM RzUZDQCO76oOgDIWIMNnmy/gUNvdgMjIhA37M= Received: by 10.141.97.5 with SMTP id z5mr12640470rvl.269.1231496114054; Fri, 09 Jan 2009 02:15:14 -0800 (PST) Received: by 10.141.41.8 with HTTP; Fri, 9 Jan 2009 02:15:14 -0800 (PST) Message-ID: <4bebff790901090215x1c4e85efsb87362bd79aa4a8a@mail.gmail.com> Date: Fri, 9 Jan 2009 13:15:14 +0300 From: "Aleksey Shipilev" To: dev@harmony.apache.org Subject: Re: [jira] Commented: (HARMONY-6056) [classlib][jit][opt][performance] Optimize heap allocations in String(String, int) constructor for JIT In-Reply-To: <1329550415.1231495860770.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1100194590.1229915264310.JavaMail.jira@brutus> <1329550415.1231495860770.JavaMail.jira@brutus> X-Virus-Checked: Checked by ClamAV on apache.org Nope, HARMONY-6056 is still open: need to bind that optimized implementation for J9 to use. On Fri, Jan 9, 2009 at 1:11 PM, Tim Ellison (JIRA) wrote: > > [ https://issues.apache.org/jira/browse/HARMONY-6056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662302#action_12662302 ] > > Tim Ellison commented on HARMONY-6056: > -------------------------------------- > > Do we agree to close this now? > >> [classlib][jit][opt][performance] Optimize heap allocations in String(String, int) constructor for JIT >> ------------------------------------------------------------------------------------------------------ >> >> Key: HARMONY-6056 >> URL: https://issues.apache.org/jira/browse/HARMONY-6056 >> Project: Harmony >> Issue Type: Improvement >> Components: Classlib >> Affects Versions: 5.0M8 >> Reporter: Kevin Zhou >> Assignee: Tim Ellison >> Fix For: 5.0M9 >> >> Attachments: HARMONY-6056.diff, StringBench.jar, StringBench.jar >> >> Original Estimate: 24h >> Remaining Estimate: 24h >> >> This patch optimizes heap allocations in String(String, int) constructor for JIT performance improvement. > > -- > This message is automatically generated by JIRA. > - > You can reply to this email to add a comment to the issue online. > >