https://bugzilla.novell.com/show_bug.cgi?id=442031
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=442031#c2 Zoltan Varga <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #2 from Zoltan Varga <[EMAIL PROTECTED]> 2008-11-05 18:32:11 MST --- This is how the runtime currently works, we load all the information about a method/field, and this is unlikely to change. As for the perf increase: if code accesses a field/method, it usually needs its type, not its name, so loading just its name will rarely improve perf. -- 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
