Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 83706 invoked from network); 7 Dec 2006 14:22:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Dec 2006 14:22:10 -0000 Received: (qmail 47392 invoked by uid 500); 7 Dec 2006 14:22:15 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 47352 invoked by uid 500); 7 Dec 2006 14:22:15 -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 47343 invoked by uid 99); 7 Dec 2006 14:22:15 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Dec 2006 06:22:15 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: 216.86.168.178 is neither permitted nor denied by domain of geir@pobox.com) Received: from [216.86.168.178] (HELO mxout-03.mxes.net) (216.86.168.178) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Dec 2006 06:22:03 -0800 Received: from [65.219.163.58] (unknown [65.219.163.58]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 6F22051930 for ; Thu, 7 Dec 2006 09:21:37 -0500 (EST) Message-ID: <45782375.6050305@pobox.com> Date: Thu, 07 Dec 2006 09:21:41 -0500 From: "Geir Magnusson Jr." Reply-To: geir@pobox.com User-Agent: Thunderbird 1.5.0.8 (Macintosh/20061025) MIME-Version: 1.0 To: dev@harmony.apache.org Subject: Re: [classlib][build] Release/debug builds for classlib References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org No objection to the idea from me. geir Alexey Petrenko wrote: > Guys, > > I want to modify classlib build system to allow to build natives in > debug and release modes. We definitely need this feature if we want to > talk about Harmony performance. > > I'll introduce new build property hy.build.config with two possible > values: debug and release. Debug will be default of course. > > There is HARMONY-803 issue which implements debug/release switching > for linux. Is there any progress on this issue? Mark? > > If nobody objects I'll start to commit the changes in next few days. > > SY, Alexey > > [1] http://issues.apache.org/jira/browse/HARMONY-803