home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.mac.programmer
- Path: sparky!uunet!gumby!wupost!csus.edu!netcom.com!jimlynch
- From: jimlynch@netcom.com (Jim Lynch)
- Subject: Re: Why Control Segmentation?
- Message-ID: <1993Jan10.183416.8800@netcom.com>
- Organization: Netcom Online Communications Services (408-241-9760 login: guest)
- References: <1993Jan09.090047.8491@cosoco.com> <C0Mo2n.BDE@news.cso.uiuc.edu>
- Date: Sun, 10 Jan 1993 18:34:16 GMT
- Lines: 9
-
- In article <C0Mo2n.BDE@news.cso.uiuc.edu> cole@alexia.lis.uiuc.edu (Sandra Stewart-Cole) writes:
- >Provided the programmer designs the code well, there ought
- >to be no excuse for having an object splittable between segments (i.e. at the
- >function level)
-
- However, there is usefulness for taking certain class's initialization methods
- (i.e., those classes which are initialized once only per app open) and putting
- them all into a single segment which is discarded after (say) the IApplication
- call.
-