Olivier Galibert <galibert(a)pobox.com> writes:
On Sun, Oct 10, 1999 at 02:46:04PM +0200, Jan Vroonhof wrote:
> - How have you addressed the problem of the mark phase of GC writing
> to the file?
That's what I'm working on right now: using an external hash table
for marking instead of an internal markbit.
Won't this slow things down? XEmacs' GC is not exactly fast as it is.
Making it any slower would be a mistake.