Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!EXPO.LCS.MIT.EDU!rws From: rws@EXPO.LCS.MIT.EDU (Bob Scheifler) Newsgroups: comp.windows.news Subject: size of X vs. NeWS (Take 2) Message-ID: <9001081336.AA00549@expire.lcs.mit.edu> Date: 8 Jan 90 20:04:02 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 35 [Corrections from the previous message: 1. A GX was installed, not a CG3. 2. I forgot to include the X widget library! 3. I failed to include data sizes for the X shared libraries. ] I performed the following experiments on a SPARCstation 1 with GX: 1. Started up xnews in NEWSONLY mode, two psterms, and a roundclock. 2. Started up R4 Xsun, a twm, two xterms, and an oclock. (xnews comes up with an internal wm, and roundclock ends up internal too.) (oclock is a true oval clock; R4 supports nonrectangular windows.) Here are numbers, in kilobytes, using size(1) for TEXT and ps(1) for DATA: TEXT DATA TEXT DATA xnews 1352 2628 Xsun 688 296 psterm 64 64 xterm 120 176 psterm 64 xterm 176 twm 152 100 oclock 80 32 I'm not sure how to measure shared library sizes, here's what size(1) says: libX11 176 24 libXt 200 48 libXmu 48 8 libXaw 152 40 TEXT DATA TEXT DATA Totals: 1416 2756 1616 900 (Some portion of the xnews text should be subtracted as X specific.)