Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 33833 invoked from network); 14 Dec 2006 16:49:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Dec 2006 16:49:38 -0000 Received: (qmail 4595 invoked by uid 500); 14 Dec 2006 16:49:42 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 4571 invoked by uid 500); 14 Dec 2006 16:49:42 -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 4561 invoked by uid 99); 14 Dec 2006 16:49:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Dec 2006 08:49:42 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of alexey.a.petrenko@gmail.com designates 66.249.92.173 as permitted sender) Received: from [66.249.92.173] (HELO ug-out-1314.google.com) (66.249.92.173) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Dec 2006 08:49:32 -0800 Received: by ug-out-1314.google.com with SMTP id z36so462040uge for ; Thu, 14 Dec 2006 08:49:11 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=p5je4wyL3wqCo6wdE2cghBX+lL8bwhXes8u/gXn/NbTyx3WyXXIsIyqU7B2YhDqsqRTNhglAx+MUWNq6fQLt6bN/OTFYUX6O6GQH4LsS8ov9Okyrs91DksTqI9+r5vTHXFhMyMWkw3br/DLpd+MKHillKnOUQS5Lm0dc+DeueF4= Received: by 10.78.157.8 with SMTP id f8mr887797hue.1166114950711; Thu, 14 Dec 2006 08:49:10 -0800 (PST) Received: by 10.78.107.10 with HTTP; Thu, 14 Dec 2006 08:49:10 -0800 (PST) Message-ID: Date: Thu, 14 Dec 2006 19:49:10 +0300 From: "Alexey Petrenko" To: dev@harmony.apache.org Subject: Re: [classlib][build] Debug/release build switch is implemented In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org 2006/12/14, Gregory Shimansky : > Alexey Petrenko wrote: > > Forgot to say on Tuesday :) > > > > In cooperation with Mark, we've implemented debug/release build switch > > for class library natives on Windows. > This is great IMHO. I was always interested in pure debug version of > classlib to fix the bugs. Previously we had a half debug/half release > mix which wasn't very convenient for debugging. > > Is it integrated already? Yes. > I think on windows in debug move the pdb files > for classlib libraries should be copied to deploy directory. This is not > done so far. Create a JIRA :) > > To build release version of class lib please use the following command: > > ant -Dhy.cfg=release > > > > Release natives gives us significant boost on some benchmarks. For > > example 15,68% on Dacapo.chart! > > > > So please use release builds for any performance measurements. > > > > SY, Alexey > > > > P.S. Mark, have you finished everything for Linux? > > Hopefully it is possible to make deploy and temporary (for object files) > directories different for debug/release and different platforms too. > This will allow to have only one source copy on Linux when using the > same home directory from different servers. I thought about it but it is not implemented yet. File a JIRA and I'll resolve it. SY, Alexey