Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 UW 5/3/83; site uw-beaver Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!ihnp4!houxm!houxz!vax135!cornell!uw-beaver!info-mac From: info-mac@uw-beaver (info-mac) Newsgroups: fa.info-mac Subject: Message-ID: <1410@uw-beaver> Date: Mon, 6-Aug-84 20:08:57 EDT Article-I.D.: uw-beaver>.1410 Posted: Mon Aug 6 20:08:57 1984 Date-Received: Wed, 8-Aug-84 19:08:40 EDT Sender: daemon@uw-beave Organization: U of Washington Computer Science Lines: 20 From PATTERMANN@SUMEX-AIM.ARPA Mon Aug 6 17:08:40 1984 Under SUMacC, I have hacked together a simple stdio-compatibility package that I wanted to use with the XLISP interpreter posted to net.sources recently. The 'b.out' file with which 'ld68' came up was about 50k long, whereas the 'xlisp.rsrc' file created by rmaker was only about 32556 bytes long. The program crashed immediately when run on a MacIntosh. The question is: can rmaker/the 'C' compiler deal with programs of this size? What is the simplest way of getting a large program to work under SUMacC? Will I have to use the segment loader? Is this supported by SUMacC? Thomas. (breuel@harvard) (I'm just curious to see the XLISP interpreter run on the MacIntosh -- I am myself working on a LISP interpreter for the MacIntosh. Normally, I am using assembly language on the LISA for development).