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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,79b248c1cf206957 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-05 04:10:26 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeed.berkeley.edu!ucberkeley!logbridge.uoregon.edu!uio.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: Why is memory footprint smaller when compiled static? Date: Wed, 5 Jun 2002 11:10:18 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: References: <87znyawyc9.fsf@deneb.enyo.de> NNTP-Posting-Host: kiuk0152.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1023275418 935 129.241.83.78 (5 Jun 2002 11:10:18 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Wed, 5 Jun 2002 11:10:18 +0000 (UTC) User-Agent: slrn/0.9.7.4 (Linux) Xref: archiver1.google.com comp.lang.ada:25343 Date: 2002-06-05T11:10:18+00:00 List-Id: On Tue, 04 Jun 2002 23:03:34 +0200, Florian Weimer wrote: > Preben Randhol writes: > >> Why is there such a big difference? > > Page granularity? Space taken by the GOT? Overhead of > position-independent code? Can one have page granularity resulting in 1 Mb difference? The two others I don't understand what is. Preben