https://bugzilla.novell.com/show_bug.cgi?id=436996
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=436996#c10 --- Comment #10 from Paolo Molaro <[EMAIL PROTECTED]> 2008-10-21 07:09:44 MDT --- AOT doesn't need wrapper_hash. wrapper_hash is a broken implementation detail of a mapping that AOT (and other parts of the runtime) need. So wrapper_hash needs to be simply removed and the data it stores should go into the data array of the methodbuilder: this way you get lower memory usage, faster lookup (no locking needed), easier lifetime management. It's a win from all sides to just remove wrapper_hash. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
