Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 36639 invoked from network); 13 Jul 2006 05:14:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Jul 2006 05:14:04 -0000 Received: (qmail 9899 invoked by uid 500); 13 Jul 2006 05:14:03 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 9169 invoked by uid 500); 13 Jul 2006 05:14:01 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 9158 invoked by uid 99); 13 Jul 2006 05:14:01 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jul 2006 22:14:01 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of vvgorr@gmail.com designates 64.233.166.178 as permitted sender) Received: from [64.233.166.178] (HELO py-out-1112.google.com) (64.233.166.178) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jul 2006 22:14:00 -0700 Received: by py-out-1112.google.com with SMTP id w49so97379pyg for ; Wed, 12 Jul 2006 22:13:40 -0700 (PDT) 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:references; b=levzCgRpn5ky5MagA6T5N2B5css81sNmp0UHZReBcbeSB3cpQL8IaGhxxcgtHk8Qc8bJTn2Zbql+omdP+i1RdK7eznHCwpSEL93L6GfvvLkxE+BHOSw9BovVcpVTUB807/OFI49XEPFYBdvmEZ1bOBbtZ7+6rAcauvAMcW0haDA= Received: by 10.35.123.10 with SMTP id a10mr167537pyn; Wed, 12 Jul 2006 22:13:40 -0700 (PDT) Received: by 10.35.88.14 with HTTP; Wed, 12 Jul 2006 22:13:39 -0700 (PDT) Message-ID: <23951bd90607122213w32b94cb8p2377c62635b1c051@mail.gmail.com> Date: Thu, 13 Jul 2006 12:13:40 +0700 From: "Vladimir Gorr" To: harmony-dev@incubator.apache.org Subject: Re: [DRLVM] questions about "build.bat -DEBUILD_CFG=debug -DCXX=msvc" In-Reply-To: <4dd1f3f00607121743u2568abaci5f3953f750ab656c@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_9509_21973581.1152767620027" References: <4dd1f3f00607121743u2568abaci5f3953f750ab656c@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_9509_21973581.1152767620027 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Weldon, why did you pass the EBUILD_CFG but not BUILD_CFG? I believe a reason of your issue is here. Thanks, Vladimir. On 7/13/06, Weldon Washburn wrote: > > Hi, > > I am trying to use the debugger to step through the write barrier > support that was recently added to Jitrino.JET. DRLVM is built using > "build.bat -DEBUILD_CFG=debug -DCXX=msvc". However, it turns out that > "_DEBUG" is not defined and MSVC is definitely optimizing the code. > > After looking at the build/make files, I noticed that > drlvm/trunk/build/make/targets/common_vm.xml contains the lines: > > > > > > > > > > > The question is about the compiler switches for > cfg="debug",cxx="msvc". It seems "/Ox" tells the compiler to optimize > the code. Interestingly its the same compiler switches that are used > in the cfg=release configuration. Maybe its a cut and paste typo?? > > In any case, I modified the msvc switches to read as below: > > - > > The code is definitely not optimized which is good. But the compiler > is still ignoring "/D_DEBUG". Any suggestions? > > > -- > Weldon Washburn > Intel Middleware Products Division > > --------------------------------------------------------------------- > Terms of use : http://incubator.apache.org/harmony/mailing.html > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org > For additional commands, e-mail: harmony-dev-help@incubator.apache.org > > ------=_Part_9509_21973581.1152767620027--