Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!rutgers!ucla-cs!zen!ucbvax!jade!eris!mwm From: mwm@eris.BERKELEY.EDU (Mike (My watch has windows) Meyer) Newsgroups: comp.misc Subject: Re: Another 1.3 wish. Message-ID: <4564@jade.BERKELEY.EDU> Date: Mon, 3-Aug-87 21:51:54 EDT Article-I.D.: jade.4564 Posted: Mon Aug 3 21:51:54 1987 Date-Received: Thu, 6-Aug-87 00:42:43 EDT References: <8707190424.AA10158@cogsci.berkeley.edu> <434@sugar.UUCP> <3664@well.UUCP> Sender: usenet@jade.BERKELEY.EDU Reply-To: mwm@eris.BERKELEY.EDU (Mike (My watch has windows) Meyer) Organization: Missionaria Phonibalonica Lines: 69 In article <3664@well.UUCP> ewhac@well.UUCP (Leo (My glasses have gate arrays) Schwab) writes: ; so that those not exposed to jump printf ; such see what's going on. Sure, on 8080 and similar (eighty-eighty sux family, maybe?) where stack operations are expensive, useing a compiler - no matter how good - usually looses to even a moderately good human. But on modern architectures, where the difference between a stack access and a global access is small, it doesn't matter as much. On these, the compiler knowing some non-obvious sequences can make up for that. < I'm not knocking high-level languages. I use them a lot, and would