[Mono-dev] [PATCH] Friend access for class members
Carlos Alberto Cortez
calberto.cortez at gmail.com
Tue Nov 1 17:19:56 EST 2005
Hey,
Sorry for answering this late, I was working on other things and forgot
this patch ;-)
I've been profiling the consumed memory before and after this patch with
heap-buddy, and everything looks to be working fine (no memory
regression, at least in managed world).
I got the next summaries building corlib 2.0 when profiling with
heap-buddy:
Before the patch:
-----------------
SUMMARY
Filename: outfile
Allocated Bytes: 146,8M
Allocated Objects: 3836366
GCs: 32
Resizes: 25
Final heap size: 74,7M
Distinct Types: 485
Backtraces: 214225
After the patch:
-----------------
SUMMARY
Filename: outfile2
Allocated Bytes: 146,8M
Allocated Objects: 3836368
GCs: 31
Resizes: 25
Final heap size: 74,7M
Distinct Types: 485
Backtraces: 214226
So I think no important issues appear applying the patch.
Any comment?
Carlos.
El vie, 28-10-2005 a las 11:01 -0400, Miguel de Icaza escribió:
> Hello,
>
> One final comment: please profile the code before and after, and
> lets explore if there are any regressions memory-allocation wise.
>
> Miguel.
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
More information about the Mono-devel-list
mailing list