Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!nbires!hao!husc6!rutgers!iuvax!pur-ee!uiucdcs!uxc.cso.uiuc.edu!osiris.cso.uiuc.edu!goldfain From: goldfain@osiris.cso.uiuc.edu Newsgroups: comp.lang.smalltalk Subject: Re: Smalltalk for (embedded) real-time Message-ID: <12100004@osiris.cso.uiuc.edu> Date: Sat, 12-Sep-87 18:02:00 EDT Article-I.D.: osiris.12100004 Posted: Sat Sep 12 18:02:00 1987 Date-Received: Sun, 13-Sep-87 21:42:32 EDT References: <1881@tekig4.TEK.COM> Lines: 6 Nf-ID: #R:tekig4.TEK.COM:1881:osiris.cso.uiuc.edu:12100004:000:356 Nf-From: osiris.cso.uiuc.edu!goldfain Sep 12 17:02:00 1987 Very briefly, is there a general programming discipline that one can follow in the current Smalltalk-80 that will keep you from ever seeing the garbage collection symbol come up while your method is running ? It seems that if your method doesn't call anything that allocates new space you are set. What are some of the hidden pitfalls here ?