[Mono-bugs] [Bug 35041][Wis] Changed - need lightweight monitor implementation

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 11 Feb 2003 10:14:15 -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 dick@ximian.com.

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

--- shadow/35041	Wed Dec  4 07:29:22 2002
+++ shadow/35041.tmp.1862	Tue Feb 11 10:14:15 2003
@@ -1,14 +1,14 @@
 Bug#: 35041
 Product: Mono/Runtime
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: lupus@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -39,6 +39,9 @@
 for a related issue (in the fast case we should not need to create handles
 at all).
 
 Once the fast monitor implementation is done, we'll have the jit inline the
 fast path code, but having it all in the icall should be fine and make the
 above code run significantly faster.
+
+------- Additional Comments From dick@ximian.com  2003-02-11 10:14 -------
+Implemented in CVS.