[Mono-bugs] [Bug 74639][Nor] Changed - instruction sync needed for atomic.h on ppc

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 16 Apr 2005 18:34:00 -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 mass@akuma.org.

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

--- shadow/74639	2005-04-16 18:32:56.000000000 -0400
+++ shadow/74639.tmp.25734	2005-04-16 18:34:00.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 74639
 Product: Mono: Runtime
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: JIT
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mass@akuma.org               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -28,6 +28,13 @@
 read from a refcount before that value has been successfully written to memory.
 
 ------- Additional Comments From mass@akuma.org  2005-04-16 18:32 -------
 Created an attachment (id=14954)
 recommended changes
 
+
+------- Additional Comments From mass@akuma.org  2005-04-16 18:34 -------
+Comments on patch from Wednesday
+* InterlockedIncrement, InterlockedDecrement: use one fewer register,
+avoid initialization and remove extra addition/subtraction at the end
+* InterlockedExchange: remove tmp initialization, rename tmp to result
+to be consistant with other methods