Bugzilla – Bug 315574
[PATCH] avoid creating excess variables in ssa
Last modified: 2010-03-21 11:46:48 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".
-> already implemented in the new JIT.