Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 90816 invoked from network); 19 Dec 2007 14:15:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Dec 2007 14:15:56 -0000 Received: (qmail 59158 invoked by uid 500); 19 Dec 2007 14:15:44 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 59136 invoked by uid 500); 19 Dec 2007 14:15:44 -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 59127 invoked by uid 99); 19 Dec 2007 14:15:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Dec 2007 06:15:44 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of pavel.ozhdikhin@gmail.com designates 72.14.246.248 as permitted sender) Received: from [72.14.246.248] (HELO ag-out-0708.google.com) (72.14.246.248) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Dec 2007 14:15:22 +0000 Received: by ag-out-0708.google.com with SMTP id 26so2104452agb.5 for ; Wed, 19 Dec 2007 06:15:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=Zjxj+i5NZmRFvRfU34DB0+PY2M7gUqtS4lqXNNhyui0=; b=xI1L/4nwbYJLztxobGJFJ9qBFkmCciqooJ7XOQuDKElsBz2LGEcYHMZI0WvLXzA9t/LVe+GhN3lvDFqdc/HIfDImIn/0IHPCUv58u1eatOi4tekBMMDVSu9xTCFvpZ4o9T2gZYlbb5aa8GQczYfaTivUfmKcYqEYQXFkuMgIC70= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=ADtMbbhYqUomo/wcO6isjo8+xGPsjKklCtfC4OXV6rLYFkv08kzQPTJuGcDFaC9WsnR/bFBzHaGGZHAiZT6IELt1GP65gwIY/JzHKGUxrTNGzv9fPfFpW8KNfHfGvd6AolVIo9MXKPgsXnBWK8izGujg6A75OweBs+131O59dHU= Received: by 10.150.201.13 with SMTP id y13mr3610235ybf.31.1198073724750; Wed, 19 Dec 2007 06:15:24 -0800 (PST) Received: by 10.151.12.21 with HTTP; Wed, 19 Dec 2007 06:15:24 -0800 (PST) Message-ID: <469bff730712190615l3f79c884pb41fbb42009485e6@mail.gmail.com> Date: Wed, 19 Dec 2007 20:15:24 +0600 From: "Pavel Ozhdikhin" To: dev@harmony.apache.org Subject: Re: [jitrino][dump] In-Reply-To: <6d34b46a0712190600m16115afek8806e3fa55af4f04@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_5131_6058879.1198073724745" References: <6d34b46a0712190600m16115afek8806e3fa55af4f04@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_5131_6058879.1198073724745 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Pamela, If you use -XX:jit.arg.log=irdump you'll get dumps of the IR before and after every compilation step, including the emitter. It's not exactly assembler code, but you'll find it helpful. Here you can find more about JIT logging options: http://harmony.apache.org/subcomponents/drlvm/JIT_PMF.html#Logging_System Thanks, Pavel On 12/19/07, Pamela Yuan wrote: > > Hi,all > In the "emitter"pass, when Jitrino resolve RuntimeInfo,it will > generate some dynamic code.If I want to see the assembly code in the > chunk, what can I do? > ------=_Part_5131_6058879.1198073724745--