[Mono-bugs] [Bug 52655][Nor] Changed - Custom attributes should not be cached
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 13 Jan 2004 08:16:21 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=52655
--- shadow/52655 2004-01-07 17:41:34.000000000 -0500
+++ shadow/52655.tmp.3163 2004-01-13 08:16:21.000000000 -0500
@@ -61,6 +61,12 @@
since it only has to check attribute types.
In any case, I don't see how a copy of the attributes could be faster
than the normal initialization process. It can't be just a flat copy,
an attribute could have complex internal data structures the would
also need to be copied.
+
+------- Additional Comments From lupus@ximian.com 2004-01-13 08:16 -------
+lluis: the patch looks fine, too bad we can't cache the attributes.
+As for IsDefined etc: we'll need a different interface to the runtime
+internals, since we currently create all the attrs for an object, but
+it looks like the MS runtime only creates the requested ones.