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.3 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1ef44357ebdfefea X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: number bases Date: 1999/11/01 Message-ID: <7vkjlu$b6d$1@nnrp1.deja.com>#1/1 X-Deja-AN: 543102875 References: <381D4C88.B5E8BBE7@interact.net.au> X-Http-Proxy: 1.0 x42.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Mon Nov 01 17:46:39 1999 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.04 [en] (OS/2; I) Date: 1999-11-01T00:00:00+00:00 List-Id: In article <381D4C88.B5E8BBE7@interact.net.au>, G wrote: > If someone decides to represent all or the majority of integers in a > program unit with base 2 > or > 16 are you talking about Machine_Radix here??? > - does this in any way optimise the code. Which is to say - does it > take less space in memory and is it more efficient (does it run faster) > to represent integers (floats, whatever) in a form closer to the machine > architecture/structure (i.e. binary) ? This is an implementation and not a language question, obviously specifying a machine radix of 10 on a non-decimal machines is likely to degrade performance if the implementation follows the specification (it is not required to). Sent via Deja.com http://www.deja.com/ Before you buy.