Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 12625 invoked from network); 11 Jan 2007 05:53:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jan 2007 05:53:19 -0000 Received: (qmail 54679 invoked by uid 500); 11 Jan 2007 05:53:23 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 54656 invoked by uid 500); 11 Jan 2007 05:53:23 -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 54645 invoked by uid 99); 11 Jan 2007 05:53:22 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jan 2007 21:53:22 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of gcjhd-harmony-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jan 2007 21:53:12 -0800 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1H4sri-0006Y1-LH for dev@harmony.apache.org; Thu, 11 Jan 2007 06:52:43 +0100 Received: from msfwpr01.ims.intel.com ([62.118.80.132]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Jan 2007 06:52:42 +0100 Received: from george.timoshenko by msfwpr01.ims.intel.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Jan 2007 06:52:42 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: dev@harmony.apache.org From: George Timoshenko Subject: Re: [drlvm][jvmti] Profiling support - Compiled Method Load event Date: Thu, 11 Jan 2007 11:52:28 +0600 Lines: 11 Message-ID: References: <1e3228450611100406n1d0ea58fp2c778fb9a3c49458@mail.gmail.com> <1e3228450612140020o10ee11b9kf68f00032467645f@mail.gmail.com> <1e3228450612150319i72f378e9wd3132804842d0613@mail.gmail.com> <1e3228450612180201j63c2f3d1g1f1415ca75897f63@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: msfwpr01.ims.intel.com User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) In-Reply-To: Sender: news X-Virus-Checked: Checked by ClamAV on apache.org > IMHO, we should report conscequent regions of the same method as one > region. Thus, 2 passes are better. And it is NOT slow :) > Egor, It is not possible to have 2 consequent regions. If there is no gap between them they must be _one_ region. Please, clarify, if I understand your last note incorrectly.