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,7b69a8818c20ab9f X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: Y21C Bug Date: 2000/01/05 Message-ID: <84ujsq$6h1$1@nnrp1.deja.com>#1/1 X-Deja-AN: 568416636 References: <84nqbo$q28$1@nnrp1.deja.com> <84o0g2$u8v$1@nnrp1.deja.com> <84pvrs$7q1@ftp.kvaerner.com> <84t8qk$b9q$1@nnrp1.deja.com> <387246D7.8B1B2E8B@earthlink.net> X-Http-Proxy: 1.0 x41.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Wed Jan 05 05:13:09 2000 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.61 [en] (OS/2; I) Date: 2000-01-05T00:00:00+00:00 List-Id: In article <387246D7.8B1B2E8B@earthlink.net>, Charles Hixson wrote: > But I believe that it would be a mistake to begin conversions > of programs to 64-bit mode for the next couple of years > (except in special circumstances). After that... I think that misses the point. Well written C code is almost completely portable between 32-bit and 64-bit code (at most some typedefs may need modifying. Well written Ada code is 100% portable between 32-bit and 64-bit environments. There is no reason not to start converting badly written applications (in C or Ada :-) to well written ones, and that conversion can start immediately! Sent via Deja.com http://www.deja.com/ Before you buy.