Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 34380 invoked from network); 24 May 2006 06:28:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 May 2006 06:28:34 -0000 Received: (qmail 77923 invoked by uid 500); 24 May 2006 06:28:32 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 77218 invoked by uid 500); 24 May 2006 06:28:30 -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 77202 invoked by uid 99); 24 May 2006 06:28:30 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 May 2006 23:28:30 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: 195.212.29.136 is neither permitted nor denied by domain of mark.hindess@googlemail.com) Received: from [195.212.29.136] (HELO mtagate3.uk.ibm.com) (195.212.29.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 May 2006 23:28:29 -0700 Received: from d06nrmr1407.portsmouth.uk.ibm.com (d06nrmr1407.portsmouth.uk.ibm.com [9.149.38.185]) by mtagate3.uk.ibm.com (8.13.6/8.13.6) with ESMTP id k4O6S6JC096118 for ; Wed, 24 May 2006 07:28:06 +0100 Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by d06nrmr1407.portsmouth.uk.ibm.com (8.12.10/NCO/VER6.8) with ESMTP id k4O6T8es137672 for ; Wed, 24 May 2006 07:29:08 +0100 Received: from d06av02.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id k4O6S6e9002675 for ; Wed, 24 May 2006 07:28:06 +0100 Received: from anaheim.local (sig-9-145-45-181.uk.ibm.com [9.145.45.181]) by d06av02.portsmouth.uk.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k4O6S6TX002666 for ; Wed, 24 May 2006 07:28:06 +0100 Message-Id: <200605240628.k4O6S6TX002666@d06av02.portsmouth.uk.ibm.com> X-Mailer: exmh version 2.7.2 01/07/2005 (debian 1:2.7.2-7) with nmh-1.1 From: Mark Hindess To: harmony-dev@incubator.apache.org Subject: Re: Moving forward with RMI and Math ( was Re: towards a new implementation of java.math) In-reply-to: Your message of "Wed, 24 May 2006 12:50:55 +0700." <906dd82e0605232250x4bc02d8ar503c97931beb201@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 24 May 2006 07:28:06 +0100 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 24 May 2006 at 12:50, "Mikhail Loenko" wrote: > 2006/5/24, Stepan Mishura : > > On 5/24/06, Mikhail Loenko wrote: > > > > > > 2006/5/24, Geir Magnusson Jr : > > > > I'd like to propose that we choose what we judge to be the best > > > > RMI implementation, and the best math implementation now so we > > > > can move forward, with the understanding that anyone interested > > > > can continue to work to merge the additional contributions into > > > > whatever was chosen. > > > +1 > > > > > > I suggest that as a base we take RMI from Intel as it seems to be > > > interoperable with RI and take Math from ITC as it reportedly has > > > better performance. > > > > Hmm, I guess that 'base implementation' is implementation that > > locates in modules/rmi. Right? > yes > > > But I resolved HARMONY-471 5 days ago and ITC implementation is now in > > modules/rmi folder. Do you suggest moving it to another folder? > > We now have three RMI implementations: > rmi - 1.4 implementation from ITC > rmi2 - 1.5 implementation from ITC > rmi3 - implementation from Intel > > As it was discussed in the mail list (please correct me if it is no > more the case) > the only implementation interoperable with RI is rmi3. > > As a first step I suggest taking it as a base - move rmi to rmi4 or > whatever and move rmi3 to rmi. This is fine with me but, being slightly pedantic, I think that's the second step. The first step is to do the same restructure that I did with the itc 1.4 rmi when I moved it to modules/rmi. That is, make rmi3 build with: ant -Dhy.rmi.module=rmi3 -f make/build.xml Regards, Mark. --------------------------------------------------------------------- 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