Bug 315574 (MONO61861) - [PATCH] avoid creating excess variables in ssa
Summary: [PATCH] avoid creating excess variables in ssa
Status: RESOLVED FIXED
Alias: MONO61861
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 02:38 UTC by Ben Maurer
Modified: 2010-03-21 11:46 UTC (History)
1 user (show)

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


Attachments
mini-ssa-avoid-var-creation.patch (1.30 KB, patch)
2004-07-23 02:38 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:51 UTC


---- Reported by bmaurer@users.sf.net 2004-07-22 19:38:35 MST ----

For ssa, the first time we see a variable, we do not need to rename it.
This saves the creation of a variable. It makes jit time much faster, i
saved about .15 seconds on on 1.6 second jit time.



---- Additional Comments From bmaurer@users.sf.net 2004-07-22 19:38:48 MST ----

Created an attachment (id=166519)
mini-ssa-avoid-var-creation.patch


Imported an attachment (id=166519)

Unknown operating system unknown. Setting to default OS "Other".

Comment 1 Forgotten User vxPDddArjq 2010-03-21 11:46:48 UTC
-> already implemented in the new JIT.