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=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bc76f70bc9390f47 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-10-03 06:02:02 PST Path: bga.com!news.sprintlink.net!redstone.interpath.net!ddsw1!panix!cmcl2!thecourier.cims.nyu.edu!thecourier.cims.nyu.edu!nobody From: dewar@cs.nyu.edu (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Gnat Ada 9X - What sort of PC does it need??? Date: 3 Oct 1994 08:06:56 -0400 Organization: Courant Institute of Mathematical Sciences Message-ID: <36os50$22j@gnat.cs.nyu.edu> References: <36ocvj$9en@goanna.cs.rmit.oz.au> NNTP-Posting-Host: gnat.cs.nyu.edu Date: 1994-10-03T08:06:56-04:00 List-Id: Small programs can be compiled and run successfully in 4 megs of memory if the OS environment is compatible with such a small memory size. Using DJPP or Warp (i.e. OS/2 version 3.0, or the current Warp Beta), you can probably manage fine with 4 megs. Of course these are virtual memory systems, so memory is jut an aspect of performance, not capacity. Large programs will begin to thrash the disk badly, but for example you may still find that a 90MHz Penitum with 4 megs (what a horrible thought!) out performs a 16 MHz 386 with 8 megs on a large program. You really have to try yourself to see what performance you get and whether it is acceptable to you. Certainly we strongly recommend getting more memory, a reasonable lower limit would be 8 megs for DJPP or OS/2, 12 megs for Linux, and 20 megs for NT (when that GNAT port comes out, or perhaps less for Daytona). Remember these days 4 megs of memory costs $150, and there is no better investment you can make for improving performance of a PC for running large 32-bit applications (such as GNAT or the 32-bit OS environments that support it!)