[Mono-bugs] [Bug 38532][Wis] Changed - Supporting the #- heap.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Oct 8 11:07:18 EDT 2006


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 miguel at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=38532

--- shadow/38532	2006-10-06 11:59:17.000000000 -0400
+++ shadow/38532.tmp.11714	2006-10-08 11:07:18.000000000 -0400
@@ -188,6 +188,15 @@
 
 
 
 ------- Additional Comments From vargaz at gmail.com  2006-10-06 11:59 -------
 Use mono --compile-all wx.NET.dll to reproduce.
 
+
+------- Additional Comments From miguel at ximian.com  2006-10-08 11:07 -------
+Zoltan discovered, and we later got confirmation that the indirection
+for the Ptr tables is only used in in metadata operations, but not
+applied to the CIL token stream.
+
+So operations like `LDSFLD TOKEN' will not have their token looked up
+on the FieldPtr table and then dereferenced into the Field table, its
+only metadata that will. 


More information about the mono-bugs mailing list