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

Issue 10832411: Remove support for non-ssa optimizing code generation. (Closed)

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

Description

Remove support for non-ssa optimizing code generation. This kills FrameRegisterAllocator and related code. BUG= Committed: https://code.google.com/p/dart/source/detail?r=11045

Patch Set 1 #

Total comments: 1

Patch Set 2 : disable optimizations on bailout #

Unified diffs Side-by-side diffs Delta from patch set Stats (+179 lines, -489 lines) Patch
M runtime/vm/compiler.cc View 1 9 chunks +37 lines, -32 lines 0 comments Download
M runtime/vm/flow_graph_builder.cc View 2 chunks +5 lines, -11 lines 0 comments Download
M runtime/vm/flow_graph_compiler.h View 3 chunks +0 lines, -82 lines 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 16 chunks +21 lines, -130 lines 0 comments Download
M runtime/vm/flow_graph_compiler_ia32.h View 6 chunks +4 lines, -13 lines 0 comments Download
M runtime/vm/flow_graph_compiler_ia32.cc View 5 chunks +7 lines, -21 lines 0 comments Download
M runtime/vm/flow_graph_compiler_x64.h View 6 chunks +4 lines, -13 lines 0 comments Download
M runtime/vm/flow_graph_compiler_x64.cc View 5 chunks +7 lines, -22 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.h View 4 chunks +3 lines, -9 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 4 chunks +58 lines, -69 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 2 chunks +3 lines, -7 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 14 chunks +15 lines, -40 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 14 chunks +15 lines, -40 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Vyacheslav Egorov (Google)
Please take a look.
8 years, 4 months ago (2012-08-21 12:28:07 UTC) #1
Florian Schneider
https://chromiumcodereview.appspot.com/10832411/diff/1/runtime/vm/compiler.cc File runtime/vm/compiler.cc (right): https://chromiumcodereview.appspot.com/10832411/diff/1/runtime/vm/compiler.cc#newcode398 runtime/vm/compiler.cc:398: CompileParsedFunctionHelper(parsed_function, optimized); When bailing out, we should mark the ...
8 years, 4 months ago (2012-08-21 12:50:01 UTC) #2
Florian Schneider
8 years, 4 months ago (2012-08-21 12:53:49 UTC) #3
lgtm

Powered by Google App Engine
This is Rietveld 408576698