Bugzilla – Bug 315576
[PATCH] preserve type information in handled_loaded_temps
Last modified: 2010-03-21 11:47:29 UTC
---- Reported by bmaurer@users.sf.net 2004-07-23 14:41:02 MST ---- 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. ---- Additional Comments From bmaurer@users.sf.net 2004-07-23 14:41:31 MST ---- Created an attachment (id=166520) mini-loaded-temps-preserve-type-info.patch Imported an attachment (id=166520) Unknown operating system unknown. Setting to default OS "Other".
-> no longer relevant with the new JIT.