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

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=436996#c2





--- Comment #2 from Mark Probst <[EMAIL PROTECTED]>  2008-10-20 11:44:18 MDT ---
What about simply disabling generic sharing when running monodis?  Or calling
mono_marshal_init()?

I agree that in principle that is a runtime issue and ideally it shouldn't be
in klass->vtable, but I'm not sure how to handle it only in the runtime without
metadata cooperation.  One thing we could do would be a call-back for
potentially adding any wrappers to klass->vtable methods, and the default
implementation would just return the method.  The runtime would implement a
call-back that adds the static rgctx invoke wrapper where needed.


-- 
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

Reply via email to