Bug 315576 (MONO61881) - [PATCH] preserve type information in handled_loaded_temps
Summary: [PATCH] preserve type information in handled_loaded_temps
Status: RESOLVED WONTFIX
Alias: MONO61881
Product: Mono: Runtime
Classification: Mono
Component: misc (show other bugs)
Version: unspecified
Hardware: Other Other
: P3 - Medium : Enhancement
Target Milestone: ---
Assignee: Mono Bugs
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-23 21:41 UTC by Ben Maurer
Modified: 2010-03-21 11:47 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
mini-loaded-temps-preserve-type-info.patch (1.29 KB, patch)
2004-07-23 21:41 UTC, Thomas Wiest
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 18:47:52 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".

Comment 1 Forgotten User vxPDddArjq 2010-03-21 11:47:29 UTC
-> no longer relevant with the new JIT.