From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,be23df8e7e275d73 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-26 01:20:02 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!195.25.12.36!oleane.net!oleane!nnrp.oleane.net!not-for-mail From: "Jean-Pierre Rosen" Newsgroups: comp.lang.ada Subject: Re: Java portability (was: An Ada IDE and discussions) Date: Thu, 26 Jul 2001 10:07:48 +0200 Organization: Adalog Message-ID: <9jojo0$2r8$1@s1.read.news.oleane.net> References: <%cR67.1385$mz6.4505748@nnrp3.proxad.net> <9jgopl$5v6$1@s1.read.news.oleane.net> <9jh2cv$aon$2@s1.read.news.oleane.net> <877kwycfw7.fsf@deneb.enyo.de> <9jm17i$6l7$1@s1.read.news.oleane.net> <874rs0pwbk.fsf@deneb.enyo.de> NNTP-Posting-Host: mailhost.axlog.fr X-Trace: s1.read.news.oleane.net 996135488 2920 195.25.228.57 (26 Jul 2001 08:18:08 GMT) X-Complaints-To: abuse@oleane.net NNTP-Posting-Date: Thu, 26 Jul 2001 08:18:08 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Xref: archiver1.google.com comp.lang.ada:10584 Date: 2001-07-26T10:07:48+02:00 List-Id: "Florian Weimer" a �crit dans le message news: 874rs0pwbk.fsf@deneb.enyo.de... > "Jean-Pierre Rosen" writes: > > >> Yes, I think so. Some people claim that the JVM support for floating > >> point operations was designed so that it runs fast and correctly only > >> on Sun's hardware. ;-) > > > What makes you think so ? The trouble is that Java *requires* IEEE > > arithmetic. > > A particular incarnation of it. For example, you can't use x86 80 bit > extended precision floating point operations with the JVM. OTOH, > there is some double-extended-exponent type, and I would be suprised > if no SPARC processor implemented it. ;-) There is much more in IEEE arithmetic than the format of numbers. You have to support NaNs, infinities, and a lot of other stuff. And of course, when I'm talking about adhering to a standard, I meant 100%. Being 95% conformant is sooooo much easier! Ask Ada compiler vendors. (and the defunct Artek compiler, that never made it from 95% to 100%) -- --------------------------------------------------------- J-P. Rosen (rosen@adalog.fr) Visit Adalog's web site at http://www.adalog.fr