[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gclist] Experience with conservative GC sought




sperber@Informatik.Uni-Tuebingen.De (Michael Sperber \[Mr. Preprocessor\]) writes:

{stuff deleted}
> Both the Emacs and XEmacs development team have long-term plans to
> replace their Lisp engines.  One of the big design issues is whether
> to commit to conservative GC.  The present C substrates of these two
> editors presently use precise GC annotations which are a constant
> source of annoying bugs.  However, the present Emacsen have very small
> leakage which typically allows one invocation to stay up for weeks or
> even months.  Losing this property would be very undesirable.

{stuff deleted} 

Not being familiar with the internals of emacs/xemacs this question may
sound naive, but how hard would it be to disable the current precise gc, and
plug in a conservative collector and just see what happens? There's also the
design possibility of a mixed system where a conservative gc exploits some
precise annotations.