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

Issue 9479004: Add a stubbed-out implementation of FlowGraphCompiler for ia32 and arm. (Closed)

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

Description

Add a stubbed-out implementation of FlowGraphCompiler for ia32 and arm. It bails out if FlowGraphCompiler::CompileGraph is called, all other public API functions are UNIMPLEMENTED. R=srdjan@google.com BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=4685

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+322 lines, -77 lines) Patch
M runtime/vm/code_generator_ia32.h View 2 chunks +4 lines, -1 line 0 comments Download
M runtime/vm/code_generator_ia32.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/code_generator_x64.h View 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/code_generator_x64.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/compiler.cc View 4 chunks +72 lines, -58 lines 0 comments Download
M runtime/vm/flow_graph_compiler.h View 1 chunk +6 lines, -2 lines 0 comments Download
A runtime/vm/flow_graph_compiler_arm.h View 1 chunk +51 lines, -0 lines 0 comments Download
A runtime/vm/flow_graph_compiler_arm.cc View 1 chunk +48 lines, -0 lines 0 comments Download
A runtime/vm/flow_graph_compiler_ia32.h View 1 chunk +51 lines, -0 lines 0 comments Download
A runtime/vm/flow_graph_compiler_ia32.cc View 1 chunk +48 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler_x64.h View 2 chunks +7 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler_x64.cc View 3 chunks +24 lines, -12 lines 0 comments Download
M runtime/vm/vm_sources.gypi View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Google)
This includes the changes from http://codereview.chromium.org/9474001/ which will be landed first (it doesn't really depend ...
8 years, 9 months ago (2012-02-27 15:53:37 UTC) #1
srdjan
8 years, 9 months ago (2012-02-28 00:25:37 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698