From mboxrd@z Thu Jan 1 00:00:00 1970 From: dewar@gnat.com To: dewar@gnat.com, zack@codesourcery.com Cc: gcc@gcc.gnu.org, guerby@acm.org Subject: Re: The bloat sweepstakes... Date: Mon, 08 Oct 2001 10:07:00 -0000 Message-id: <20011008170703.19A97F28B1@nile.gnat.com> X-SW-Source: 2001-10/msg00540.html by the way, in our experience with GNAT, it is the backend that is the huge consumer of (real) memory, the front end almost always has smaller memory requirements by a significant factor. In fact we started out with an aggressive viewpoint of saving memory, and minimizing nodes (see the irregulatiries of the handling of string literals for example). Only to discover that front end memory use was pretty much irrelevant. At the same time I agree that buffer may as well be a bit smaller, why not.