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

Issue 10635020: Add new files and data structures for the new register allocator. (Closed)

Created:
8 years, 6 months ago by Florian Schneider
Modified:
8 years, 6 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Add new files and data structures for the new register allocator. This CL adds new files to hold the new register allocator and adds a parallel-move instructions that will be used to insert moves for register constraints, spills and phi-resolution. No new functionality added yet. Committed: https://code.google.com/p/dart/source/detail?r=9027

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+118 lines, -5 lines) Patch
M vm/compiler.cc View 3 chunks +11 lines, -0 lines 0 comments Download
A vm/flow_graph_allocator.h View 1 chunk +28 lines, -0 lines 1 comment Download
A vm/flow_graph_allocator.cc View 1 chunk +15 lines, -0 lines 0 comments Download
M vm/flow_graph_builder.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M vm/il_printer.cc View 2 chunks +11 lines, -0 lines 0 comments Download
M vm/intermediate_language.h View 4 chunks +34 lines, -1 line 0 comments Download
M vm/intermediate_language.cc View 1 chunk +17 lines, -0 lines 0 comments Download
M vm/vm_sources.gypi View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Florian Schneider
8 years, 6 months ago (2012-06-22 09:24:16 UTC) #1
Vyacheslav Egorov (Google)
lgtm
8 years, 6 months ago (2012-06-22 10:55:01 UTC) #2
srdjan
https://chromiumcodereview.appspot.com/10635020/diff/1/vm/flow_graph_allocator.h File vm/flow_graph_allocator.h (right): https://chromiumcodereview.appspot.com/10635020/diff/1/vm/flow_graph_allocator.h#newcode11 vm/flow_graph_allocator.h:11: namespace dart { Maybe add a comment that this ...
8 years, 6 months ago (2012-06-22 14:10:20 UTC) #3
srdjan
8 years, 6 months ago (2012-06-22 14:10:36 UTC) #4
LGTM as well

On 2012/06/22 14:10:20, srdjan wrote:
>
https://chromiumcodereview.appspot.com/10635020/diff/1/vm/flow_graph_allocator.h
> File vm/flow_graph_allocator.h (right):
> 
>
https://chromiumcodereview.appspot.com/10635020/diff/1/vm/flow_graph_allocato...
> vm/flow_graph_allocator.h:11: namespace dart {
> Maybe add a comment that this is a register allocator, and say something about
> it.

Powered by Google App Engine
This is Rietveld 408576698