commit | 4896d7b6fb75add25f2d6ba84346ac83d8ba9d51 | [log] [tgz] |
---|---|---|
author | Jean Christophe Beyler <jean.christophe.beyler@intel.com> | Thu May 01 15:36:22 2014 -0700 |
committer | Jean Christophe Beyler <jean.christophe.beyler@intel.com> | Tue May 27 08:58:39 2014 -0700 |
tree | b3e2da5fa23c984d4ed1f2f83429350edb67f929 | |
parent | 1b1aea22c0cc5567b5967590cb3f949cc45c3a9a [diff] |
ART: Better SSA Allocation when recreating SSA The SSA calculation is not allocation friendly. This makes the SSARepresentation remember how much is allocated and not reallocate if SSA should be recalculated. Also added some allocation friendly code for the dominance code. Change-Id: Icd5586b7e2fefae8e1535975ab400b1ca95b500f Signed-off-by: Jean Christophe Beyler <jean.christophe.beyler@intel.com>