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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 23 Jul 2004 14:41:31 -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.28006	2004-07-23 14:41:31.000000000 -0400
@@ -20,6 +20,11 @@
 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.
+
+------- Additional Comments From bmaurer@users.sf.net  2004-07-23 14:41 -------
+Created an attachment (id=8691)
+mini-loaded-temps-preserve-type-info.patch
+