Re: garbage collection
- From: Owen Taylor <otaylor redhat com>
- To: weigelt nibiru thur de
- Cc: GTK Mailing List <gtk-list gnome org>
- Subject: Re: garbage collection
- Date: 22 Jun 2001 15:23:19 -0400
Enrico Weigelt <weigelt metux de> writes:
> has anyone thought about integrating an garbage collector
> in glib/gtk ?
>
> this would reduce the chance of broken pointers and wasted
> memory dramatically.
Yes, its been discussed. If you hunt through the gtk-devel-list
archives, you'll find a post from Havoc Pennington where he discusses
some experiments he made using the Boehm GC.
The trouble with depending on a garbage collector is one of
integrating with other software which doesn't use a garbage collector,
or uses an incompatible garbage collector. For that reason, it's not
practical at the present time to depend on one for GTK+.
Regards,
Owen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]