Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 45443 invoked from network); 31 May 2007 12:08:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 May 2007 12:08:35 -0000 Received: (qmail 65734 invoked by uid 500); 31 May 2007 12:08:37 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 65706 invoked by uid 500); 31 May 2007 12:08:37 -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 65697 invoked by uid 99); 31 May 2007 12:08:37 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 May 2007 05:08:37 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [82.130.70.13] (HELO xsmtp1.ethz.ch) (82.130.70.13) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 May 2007 05:08:30 -0700 Received: from xfe0.d.ethz.ch ([82.130.124.40]) by xsmtp1.ethz.ch with Microsoft SMTPSVC(6.0.3790.2499); Thu, 31 May 2007 14:08:07 +0200 Received: from [192.168.1.40] ([80.254.165.58]) by xfe0.d.ethz.ch over TLS secured channel with Microsoft SMTPSVC(6.0.3790.2499); Thu, 31 May 2007 14:08:07 +0200 Message-ID: <465EBA87.1010108@dplanet.ch> Date: Thu, 31 May 2007 14:07:35 +0200 From: Yves Ineichen User-Agent: Thunderbird 2.0.0.0 (X11/20070421) MIME-Version: 1.0 To: dev@harmony.apache.org Subject: [drlvm] [jitrino] inliner status X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 31 May 2007 12:08:07.0535 (UTC) FILETIME=[59734FF0:01C7A37C] X-Virus-Checked: Checked by ClamAV on apache.org hi all, After I added the "inline" action to my optimizer path the release compiler throws a not implemented FIXME and the debug version fails with the following assertion: /data/home/iyves/src/harmony/working_vm/vm/jitrino/src/optimizer/inliner.cpp:1129: static void Jitrino::Inliner::runInlinerPipeline(Jitrino::CompilationContext&, const char*): Assertion `p!=__null' failed. SIGABRT in VM code. Aborted Im using the following path definitions: -XX:jit.CS_OPT.path=opt_init,translator,optimizer,hir2lir,lock_method,ipf_codegen,unlock_method -XX:jit.CS_OPT.path.optimizer=ssa,devirt,inline,purge,simplify,uce,dce,lazyexc,inline_helpers,purge,simplify,uce,dce,memopt,simplify,uce,dce,lower,dessa,statprof,markglobals Is the inliner currently not working as intended or is my path configuration wrong? Thanks, -- Yves Ineichen ::p = "This statement cannot be proven"::