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.7 required=5.0 tests=BAYES_00,INVALID_DATE, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!brutus.cs.uiuc.edu!ux1.cso.uiuc.edu!aries!mcdonald From: mcdonald@aries.scs.uiuc.edu (Doug McDonald) Newsgroups: comp.lang.ada Subject: Re: Sizes of executables from Unix compilers Message-ID: <1990Jun6.230600.4736@ux1.cso.uiuc.edu> Date: 6 Jun 90 23:06:00 GMT References: <1930@sparko.gwu.edu> <1700@enea.se> Sender: usenet@ux1.cso.uiuc.edu (News) Reply-To: mcdonald@aries.scs.uiuc.edu (Doug McDonald) Organization: School of Chemical Sciences, Univ. of Illinois at Urbana-Champaign List-Id: In article <1700@enea.se> sommar@enea.se (Erland Sommarskog) writes: >Michael Feldman (mfeldman@seas.gwu.edu) gives the sizes of some >"hello world" programs: >>C (HP835) 34816 >>Ada (HP835) 86016 >> >>C (Sun-3) 32768 >>Ada1(Sun-3) 57344 >>Ada2(Sun-3) 106496 >>Ada3(Sun-3) 139264 > >I don't think this is a language issue, but one of operating system. Perhaps. Let me add: assembler(IBM-PC) 22 C(IBM-PC) 3-8000 depending Does anybody recall how many (decimal digits, not bytes) it would be on an IBM 1620 - my guess would be 23 or 24 decimal digits (5 bits per decimal digit). (This would, of course be machine language :-), input at the console typewriter.) Anybody out there still remember the codes? Doug McDonald