[Mono-bugs] [Bug 69766][Wis] New - [PPC PATCH] PPC JIT Doesn't support generic structs (gen-72.cs)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 21 Nov 2004 02:11:16 -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 grompf@sublimeintervention.com.

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

--- shadow/69766	2004-11-21 02:11:16.000000000 -0500
+++ shadow/69766.tmp.22370	2004-11-21 02:11:16.000000000 -0500
@@ -0,0 +1,26 @@
+Bug#: 69766
+Product: Mono: Runtime
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: grompf@sublimeintervention.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [PPC PATCH] PPC JIT Doesn't support generic structs (gen-72.cs)
+
+The ppc jit is accessing data.klass directly.  Martin has changed this behaviour in the x86 and 
+amd64 jits to handle it by calling mono_class_from_mono_type.  This patch implements these 
+same changes on ppc and makes gen-72.cs work.
+
+This patch also has some minor code cleanup from the last generic patch removing some 
+unreachhable code.
+
+-kangaroo