2004-11-05 Ben Maurer <bmaurer@ximian.com>
commitbade66c1c70bf8c043219c58bb72443ee3ae11d3
authorBen Maurer <benm@mono-cvs.ximian.com>
Fri, 5 Nov 2004 22:10:36 +0000 (5 22:10 -0000)
committerBen Maurer <benm@mono-cvs.ximian.com>
Fri, 5 Nov 2004 22:10:36 +0000 (5 22:10 -0000)
treec4ca963dbbfc8099cdac0ce67e90a5f18d4c00be
parent6f65944f81b5463f069c2db954ddddcdf5a62577
2004-11-05  Ben Maurer  <bmaurer@ximian.com>

* ssa.c, linear-scan.c: replace g_list_remove_link with
g_list_delete.  The remove one does not free the GList, so we were
leaking memory. On -O=all --compile-all with corlib, this cut down
3 MB of allocations.

svn path=/trunk/mono/; revision=35750
mono/mini/ChangeLog
mono/mini/linear-scan.c
mono/mini/ssa.c