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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,febd9e55846c9556 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-01 09:27:48 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Endianness independance Date: 01 Mar 2003 17:26:32 +0000 Organization: Pushface Sender: simon@smaug.pushface.org Message-ID: References: <5115eb96.0303010248.1b2b8d37@posting.google.com> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1046539667 13799 62.49.19.209 (1 Mar 2003 17:27:47 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Sat, 1 Mar 2003 17:27:47 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Xref: archiver1.google.com comp.lang.ada:34775 Date: 2003-03-01T17:26:32+00:00 List-Id: "Jeffrey Creem" writes: > "Simon Wright" wrote in message > news:x7vheanwb32.fsf@smaug.pushface.org... > > amir@iae.nsk.su (Amir Yantimirov) writes: > > > > > > I don't know about C#, but it's not obvious that its creators would > > have been bothered about execution on non-Intel hardware. > > > > It is not at all likely that a Java int has the same representation at > > runtime on a PC as on an iBook. It would be painfully slow on one of > > them (probably the PC!). > > > > Incorrect. Java int is Big endian no matter which platform you are on....And > for me at least, it remains painfully slow (though I have a much lower > threshold of pain than most people for this sort of thing)... Good grief. Still, I was right about which was likely to be worst .. I wonder what GCJ does? .. but not a lot.