Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(226)

Issue 10826184: Move all register allocator environment initialization into class Environment. (Closed)

Created:
8 years, 4 months ago by Kevin Millikin (Google)
Modified:
8 years, 4 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Move all register allocator environment initialization into class Environment. Move the register constraints and initial live ranges of environment values out of the register allocator and into the environment class. R=vegorov@google.com,srdjan@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=10342

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -35 lines) Patch
M runtime/vm/flow_graph_allocator.h View 2 chunks +3 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_allocator.cc View 1 chunk +3 lines, -27 lines 0 comments Download
M runtime/vm/intermediate_language.h View 2 chunks +7 lines, -7 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 2 chunks +33 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Kevin Millikin (Google)
8 years, 4 months ago (2012-08-07 11:29:16 UTC) #1
Kevin Millikin (Google)
Spell username's correctly.
8 years, 4 months ago (2012-08-07 15:43:10 UTC) #2
srdjan
8 years, 4 months ago (2012-08-07 15:49:57 UTC) #3
Thanks and LGTM

Powered by Google App Engine
This is Rietveld 408576698