[Mono-bugs] [Bug 442031] Type information is not lazily initialized

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Nov 5 20:32:14 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=442031

User vargaz at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=442031#c2


Zoltan Varga <vargaz at gmail.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |vargaz at gmail.com
             Status|NEW                                             |RESOLVED
         Resolution|                                                |WONTFIX




--- Comment #2 from Zoltan Varga <vargaz at gmail.com>  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.


More information about the mono-bugs mailing list