home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / lisp / mcl / 1367 < prev    next >
Encoding:
Internet Message Format  |  1992-09-14  |  907 b 

  1. Path: sparky!uunet!sun-barr!ames!data.nas.nasa.gov!taligent!apple!apple!cambridge.apple.com!@sophia.inria.fr:ranson@LANNION.cnet.fr
  2. From: ranson@LANNION.cnet.fr (Ranson)
  3. Newsgroups: comp.lang.lisp.mcl
  4. Subject: Re:  MPW C Help
  5. Message-ID: <m0mUYXT-00000YC@lamd01>
  6. Date: 15 Sep 92 10:45:00 GMT
  7. Sender: info-mcl-request@cambridge.apple.com
  8. Lines: 5
  9. Approved: comp.lang.lisp.mcl@Cambridge.Apple.C0M
  10. X400-Received: by /PRMD=inria/ADMD=atlas/C=FR/;
  11.     Relayed; 15 Sep 92 10: 44:59+0200
  12. X400-Received: by /PRMD=CNET/ADMD=ATLAS/C=FR/;
  13.     Relayed; 15 Sep 92 10: 45:00 GMT
  14. Original-To: info-mcl@cambridge.apple.com, slack@starbase.MITRE.ORG
  15.  
  16. Have you checked how the compiler allocates local static variables? What it
  17. they are allocated as a5-relative?
  18. The Apple-recommanded way of storing task variables is to extend the TMTask
  19. structure. On entry, A0 points to the TMTask so you can access your variables.
  20.      Daniel.
  21.