Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 57597 invoked from network); 1 Apr 2008 15:48:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Apr 2008 15:48:25 -0000 Received: (qmail 20157 invoked by uid 500); 1 Apr 2008 15:48:23 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 20125 invoked by uid 500); 1 Apr 2008 15:48:23 -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 20114 invoked by uid 99); 1 Apr 2008 15:48:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Apr 2008 08:48:23 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of okko73313@gmail.com designates 209.85.146.176 as permitted sender) Received: from [209.85.146.176] (HELO wa-out-1112.google.com) (209.85.146.176) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Apr 2008 15:47:42 +0000 Received: by wa-out-1112.google.com with SMTP id k22so2902338waf.18 for ; Tue, 01 Apr 2008 08:47:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=gbNf/dhsfgVFEsbcaPDsEC7VUQ8IniuKoQKRWA+uaOw=; b=ECkbDUFAdfIEj0q7ODf6dbqbRPyv6QIc6U6ADz9rhP4a8Cd9Ymx+hDFwpyOZZL0jq12Zu3aHf6EpXi8zJRzBxhmzK7v35c9IruykZbS8lpRAUlp2RweUJu7bUY5PiKFTfsQ9ozwHmr8YHEI0yArM9K4VINLBFZTaoykBcm/wdmc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=h2NImj1v89Z9zIOf6E2xmrWPm9mIs8VvE5B/EQjmIKfeiR6nD5LeTheq7mHzcXhNm38bNRY7xv9DdDiv6Jm7gsZLvuNXDfKt9VT2o6Ywy6Ezn2qQib4RSRXJJUaMjU9P5IAu/GjWWgJaZnbTDF3s4gPoUuHrESgf6Qat8LeLpFI= Received: by 10.114.26.18 with SMTP id 18mr12621435waz.130.1207064874026; Tue, 01 Apr 2008 08:47:54 -0700 (PDT) Received: by 10.115.75.7 with HTTP; Tue, 1 Apr 2008 08:47:53 -0700 (PDT) Message-ID: <884d1faa0804010847m1b0ad0a9v3b58360cf6037d90@mail.gmail.com> Date: Tue, 1 Apr 2008 22:47:53 +0700 From: "Okonechnikov Konstantin" To: dev@harmony.apache.org Subject: Re: [general] GSoC 2008 Refactor Java Bytecode Translator In-Reply-To: <0vqmyoeeca5.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1330_21009476.1207064874023" References: <884d1faa0803192322o7b9f58dfja181970fbe2f882e@mail.gmail.com> <0vqiqz6hg79.fsf@gmail.com> <0vqej9uhcnc.fsf@gmail.com> <884d1faa0803282142o1507767ejed736d455cf6bea5@mail.gmail.com> <0vqabkhhgrh.fsf@gmail.com> <884d1faa0803300533h181c323cv4a8d5ee9875ff059@mail.gmail.com> <884d1faa0803301138v1e84b867wfcc907cf86ccd20c@mail.gmail.com> <0vq4panf42u.fsf@gmail.com> <884d1faa0803310936i5703e01ck71798eff11a88993@mail.gmail.com> <0vqmyoeeca5.fsf@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_1330_21009476.1207064874023 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline > Let's not remove copy propagation, it does not make the code > difficult, does not add lots of lines, but still very functional. > > OK? > > -- > > Egor Pasko > > OK, got it. What are the requirments for simplify and hvn passes? Currently I am testing using this optimizer chain: ssa,devirt,inline,purge,simplify,dce,uce... (didn't include hvn yet) BTW, I' ve updated my application and put it on the wiki http://wiki.apache.org/general/WikiTranslatorRefactoringProposal. ------=_Part_1330_21009476.1207064874023--