From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 23 Sep 92 13:24:00 GMT From: wupost!spool.mu.edu!olivea!bu.edu!inmet!inmet!shafer@g.ms.uky.edu Subject: Re: Using Global Variables Message-ID: <20600143@inmet> List-Id: The use of global data is "really" just a case of efficiently implemented parameter passing. We could see this clearly if we just considered the characterization of parameter passing in terms of its operational semantics, insteaed of full blown descriptive prescriptions. It's just the difference between what is "really happening" and how we see fit to describe and map it. Optimization can then be viewed as part of compiling, not programming.