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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e9f27bbe0678fdfc X-Google-Attributes: gid103376,public From: Florian Weimer Subject: Re: huge executable?? Date: 2000/05/16 Message-ID: <87wvkvj71c.fsf@deneb.cygnus.argh.org>#1/1 X-Deja-AN: 623957549 References: <391E09C3.FA04871E@mailandnews.com> <9EET4.760$pN4.423580@news.pacbell.net> <3920DA5B.2F56@club-internet.fr> <8fpu0g$a3e$1@nnrp1.deja.com> Mail-Copies-To: never Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@cygnus.argh.org X-Trace: deneb.cygnus.argh.org 958461599 16080 192.168.1.2 (16 May 2000 07:19:59 GMT) Organization: Penguin on board User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.6 Mime-Version: 1.0 Reply-To: Florian Weimer NNTP-Posting-Date: 16 May 2000 07:19:59 GMT Newsgroups: comp.lang.ada Date: 2000-05-16T07:19:59+00:00 List-Id: Robert Dewar writes: > Indeed it is obvious for example that static vs > dynamic linking, which has no effect on cache usage to speak > of, has a big effect on executable size. If you run multiple Ada programs (or multiple instances of the same program) in parallel, shared libraries can decrease cache pressure if shared libraries are implemented properly (i.e. a shared library is loaded once and mapped to different address spaces).