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/06 Message-ID: <852dt0$vdl$1@nnrp1.deja.com>#1/1 X-Deja-AN: 569015681 References: <84nqbo$q28$1@nnrp1.deja.com> <84o0g2$u8v$1@nnrp1.deja.com><84pvrs$7q1@ftp.kvaerner.com> <84sltt$7s3@ftp.kvaerner.com> <84t966$be0$1@nnrp1.deja.com> <84vev2$7p4@ftp.kvaerner.com> <38737352.B282CC2@easystreet.com> <851j2q$78q1@ftp.kvaerner.com> X-Http-Proxy: 1.0 x28.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Thu Jan 06 15:55:21 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-06T00:00:00+00:00 List-Id: In article <851j2q$78q1@ftp.kvaerner.com>, "Tarjei T. Jensen" wrote: > Anything else would be madness. 32-bit CPUs will have more > than enough computing power for many if not most applications > in the foreseeable future. Well I guess you think all the world is mad then because everyone (including Intel and AMD) see the future in 64-bit computing. Computing "power" is not the issue here. The point is that a lot of modern applications can benefit from an expanded address space. We are not talking about future versions of Microsoft WORD requiring more than 4 gigabytes of code, rather 64-bit addressing provides two very valuable features. 1. The ability to declare very large areas of memory with commit-on-use semantics. There are many uses of this. I have the feeling that a lot of programmers still don't understand commit-on-use. FOr example, it is fine in many environments to declare huge numbers of tasks with enormous stacks, and if you are in 64-bit mode there are simply no limitations on this approach. Of course if you USE all this stack space you will thrash etc. 2. The ability to map file systems into virtual memory. Sent via Deja.com http://www.deja.com/ Before you buy.