Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 4520 invoked from network); 2 May 2007 04:59:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 May 2007 04:59:20 -0000 Received: (qmail 46434 invoked by uid 500); 2 May 2007 04:59:25 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 46408 invoked by uid 500); 2 May 2007 04:59:25 -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 46399 invoked by uid 99); 2 May 2007 04:59:25 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 May 2007 21:59:25 -0700 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 pavel.ozhdikhin@gmail.com designates 64.233.162.229 as permitted sender) Received: from [64.233.162.229] (HELO nz-out-0506.google.com) (64.233.162.229) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 May 2007 21:59:18 -0700 Received: by nz-out-0506.google.com with SMTP id j2so18961nzf for ; Tue, 01 May 2007 21:58:57 -0700 (PDT) DKIM-Signature: a=rsa-sha1; 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:content-transfer-encoding:content-disposition:references; b=U4czriYb+O0vlmV4aZrAc5Grzfs9ux5MrVaFdzLzXpU6OS02NCpwAgaUYCCO7GuEiR4FhWV7s09Y5vcrFUttz87i7dTmz5j+hnBb5vTUNzYCBqOefy7U9SX6VBZXzyrOsNw6aKm2qh3H39ol2/bf6v/pEz+d6gPapHAUIwhcpzI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=U/WeYiJl73hGpR3T7hSq2kOonZWbvLs1BP26EUYZtWAFQmq0aggs7ealY4Iv90bAR8xP0vnSDBJ1Qo7qUhgnCwEovnyipE6fOFse0SP0B8c2wFDzoWXOtCDsNjo8niUiweplL1z+SF3WgwVspHfqVWq0Y2FrNLOXfz140x9NmtM= Received: by 10.65.122.20 with SMTP id z20mr408568qbm.1178081937821; Tue, 01 May 2007 21:58:57 -0700 (PDT) Received: by 10.65.40.3 with HTTP; Tue, 1 May 2007 21:58:57 -0700 (PDT) Message-ID: <469bff730705012158va62e62ctc44f25167f85c335@mail.gmail.com> Date: Wed, 2 May 2007 11:58:57 +0700 From: "Pavel Ozhdikhin" To: dev@harmony.apache.org Subject: Re: [drlvm][jit] abcd and devirtualizer patches was: [OT] Harmony used in accepted research paper In-Reply-To: <0vqwszssuw2.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6A788A46-8CDA-437D-9FA3-6FCEE4F60F5D@uiuc.edu> <0vqd51zv95t.fsf@gmail.com> <16A968AD-EB23-4A6D-829D-D53208A299D6@uiuc.edu> <0vq8xcnv0pf.fsf@gmail.com> <469bff730704250144x343c588bq3a146df8bf250f5d@mail.gmail.com> <469bff730704250706m578b88e4p87cc69bb31d26cb3@mail.gmail.com> <32B6778B-C6E0-41AD-90FA-A742F1A8E85B@uiuc.edu> <0vqwszssuw2.fsf@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org I've attached the stack trace, the compilation log and dot files in JIRA. Hope this'll help. Thanks, Pavel On 01 May 2007 14:25:33 +0400, Egor Pasko wrote: > On the 0x2C9 day of Apache Harmony Naveen Neelakantam wrote: > > On Apr 25, 2007, at 7:14 PM, Naveen Neelakantam wrote: > > > > > > > > On Apr 25, 2007, at 9:06 AM, Pavel Ozhdikhin wrote: > > > > > >> On 4/25/07, Pavel Ozhdikhin wrote: > > > > > > > > >>> I've started looking into this patch. I've run into compilation > > >>> problems > > >>> on VS .NET 2003. I can update the patch and test it before > > >>> integration to > > >>> SVN, if you don't mind. Is there anything preventing us from > > >>> including the > > >>> new ABCD into the server optimization path? I can also update the > > >>> emconf > > >>> files to put classic_abcd in place of the old abcd pass. > > >>> > > >> > > >> > > >> Naveen, > > >> > > >> I've updated the patch but ran into the smoke test failure in - > > >> Xem:server > > >> mode. Please see details in the JIRA. > > >> > > >> Thanks, > > >> Pavel > > > > > > I'll take a look, but I need to setup a Windows dev environment first. > > > > There goes that plan. I've tried building on two completely > > different windows setups (Windows 2003 + .NET 2003, Windows XP + .NET > > 2005) and couldn't get harmony built on either. > > > > So, I'm stalled trying to reproduce the failure. > > I think, if would be great if Pavel gave us a log with the stack trace... > > -- > Egor Pasko > >