[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]
How to Restart an Object
- To: <mark>
- Subject: How to Restart an Object
- From: Ravi Pandya <ravi>
- Date: Mon, 25 Jun 90 10:21:06 PDT
- Cc: <xtech>
- In-reply-to: <MarkS.Miller'smessageofSun>,36 PDT <9006240732.AA09633@xanadu>
Right now SELF_COPY is only used in IntegerVar, ...
SELF_COPY is also used in the PrimArray classes, and in XuWordArray in
Smalltalk so that it has the same transmit/receive protocol as the C++
version (which is not SELF_COPY).
A minor translation issue: How does one cause the translator to
generate an empty COPY section (one with no instance variables)?
The class should define a class method "copyClass" (no actual code is necessary).
--ravi