[Mono-bugs] [Bug 41990][Nor] New - Support for flagging `pinned' variable.s

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sun, 27 Apr 2003 13:26:49 -0400 (EDT)


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@ximian.com.

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

--- shadow/41990	Sun Apr 27 13:26:49 2003
+++ shadow/41990.tmp.10043	Sun Apr 27 13:26:49 2003
@@ -0,0 +1,27 @@
+Bug#: 41990
+Product: Mono/MCS
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: miguel@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Summary: Support for flagging `pinned' variable.s
+
+This is another topic for discussion.
+
+We need a Mono-specific call to flag a LocalBuilder variable as "pinned",
+so that the generated code will properly flag this slot.
+
+This is not important for Mono, given that we use the Boehm GC, but it will
+be important to move the code we generate over to the MS.NET
+
+This time I believe its ok to use a dynamic invocation, as this is rarely
+used, its only used when doing a "fixed" statement.