On Tue, May 28, 2002 at 11:02:05AM -0400, [EMAIL PROTECTED] wrote: > I also agree its funny we are worrying > about performance when its not apparent > the allocation overhead even has anything > to do with the current performance problem.
I don't think performance is really the issue here. Rather, we are looking for a convenient way to write GC-safe code, without putting too much contraint on the GC implementation (so that we can switch to another kind of GC later, if need be). For instance, if the C code assumes that objects never move, it becomes hard to switch to a generational GC. -- Jerome