[Mono-bugs] [Bug 436996] GLIB criticals shown
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Oct 21 09:09:45 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=436996
User lupus at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=436996#c10
--- Comment #10 from Paolo Molaro <lupus at novell.com> 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.
More information about the mono-bugs
mailing list