Garbage collection
[email protected] Thu, 21 Jan 2010 12:41:25 +1300
| Newsgroups | gmane.comp.lang.eiffel.smalleiffel |
|---|---|
| Message-ID | <[email protected]> |
Hi SmartEiffelers I'm attempting to store references to Eiffel objects as XML user data. Naturally when garbage collection occurs my references become invalid. What I'm wondering is if there is any mechanism in SmartEiffel to protect references from being moved like there is in ISE Eiffel. (ISE Eiffel uses a table of references to objects, where the table is never moved by the garbage collector). Regards, David.