Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 38420 invoked from network); 10 Aug 2006 03:30:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Aug 2006 03:30:25 -0000 Received: (qmail 46657 invoked by uid 500); 10 Aug 2006 03:30:21 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 46550 invoked by uid 500); 10 Aug 2006 03:30:20 -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 46539 invoked by uid 99); 10 Aug 2006 03:30:20 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of xiaofeng.li@gmail.com designates 64.233.182.191 as permitted sender) Received: from [64.233.182.191] (HELO nf-out-0910.google.com) (64.233.182.191) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Aug 2006 20:30:20 -0700 Received: by nf-out-0910.google.com with SMTP id a25so385733nfc for ; Wed, 09 Aug 2006 20:28:46 -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:content-transfer-encoding:content-disposition:references; b=uC1X6WQjgBCKuafLHLlxUsu3i3wm12/EWbN2Ehpa23ktcteeJXBSnmPASID/2rk3Ri2lMzXbsYzA/f8j9zvjuWgD/bo/xeTbU5KQV8QmFuubR4n6aUV5XKsi5B+W2y2F49Uy6dPIRCW3uFRfEa0EuraaWIuLln7dYIYulJ8Ffuo= Received: by 10.82.120.14 with SMTP id s14mr257361buc; Wed, 09 Aug 2006 20:28:46 -0700 (PDT) Received: by 10.82.133.8 with HTTP; Wed, 9 Aug 2006 20:28:46 -0700 (PDT) Message-ID: <9623c9a50608092028m14dc194w5dd0be6b08d1d74f@mail.gmail.com> Date: Thu, 10 Aug 2006 11:28:46 +0800 From: "Xiao-Feng Li" To: harmony-dev@incubator.apache.org Subject: Re: [drlvm] Helper inlining in JIT In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 8/9/06, Mikhail Fursov wrote: > Does anyone have other ideas how to design 'helper inlining' to make it easy > and reusable? > Is there any limitation with 'magic' approach that can prevent us to use > this way? > I agree that to write helper fast-path code in Java is a good idea. For practical engineering perspective, it might be easier to firstly implement those magic methods in native methods at first then move on to JIT instrinsics. Thanks, xiaofeng --------------------------------------------------------------------- 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