[Mono-bugs] [Bug 61881][Wis] New - [PATCH] preserve type information in handled_loaded_temps

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 23 Jul 2004 14:41:02 -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 bmaurer@users.sf.net.

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

--- shadow/61881	2004-07-23 14:41:02.000000000 -0400
+++ shadow/61881.tmp.27991	2004-07-23 14:41:02.000000000 -0400
@@ -0,0 +1,25 @@
+Bug#: 61881
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: bmaurer@users.sf.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [PATCH] preserve type information in handled_loaded_temps
+
+This patch ensures that type information is preserved in
+handle_loaded_temps. This makes copyprop much more effective (because it
+restricts itself to cases of copying between variables of the same type).
+
+The patch also uses the byval type info for the `this' argument in classes.
+Without this change, inproper type info was passed around and assertions
+were rasised.