- From: Gavin Nicol <gtn@eps.inso.com>
- Date: Wed, 27 May 1998 14:08:32 -0400
- To: ericvas@microsoft.com
- CC: www-dom@w3.org
>Perhaps I have spent too much time writing apps which use reference >counting! Can anyone address a memory management scheme (other than garbage >collection) for the DOM where reference counting is NOT used which addresses >the example above? Purely copying. Various forms of GC are possible in C/C++ as well.
Received on Wednesday, 27 May 1998 14:08:11 UTC