[Mono-devel-list] [PATCH] Reuse GCHandle slots
Ben Maurer
bmaurer at users.sourceforge.net
Sun Feb 22 12:37:04 EST 2004
Ok, this patch causes a deadlock in the profiler. I have to trace this
down.
Miguel asked who this benefits. In short, anyone using WeakReference or
GCHandle. Gtk# uses weakreference right now, and there are some areas
where i want to add gchandle use. Any server application which called an
API which used GCHandle would eventually need to restart, because the
handle table would eat up the RAM.
Also, wrt licencing to make everything easy Miguel suggested i license
under the MIT.
The patch which was attached to my previous email "[PATCH] Reuse
GCHandle slots" (mono-gchandles.patch) is licensed under the X11/MIT
license, which can be found in /mcs/MIT.X11.
-- Ben
More information about the Mono-devel-list
mailing list