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

Issue 10636038: Minimize differences between ia32 and x64 sources to facilitate maintenance. (Closed)

Created:
8 years, 5 months ago by regis
Modified:
8 years, 5 months ago
Reviewers:
srdjan
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Minimize differences between ia32 and x64 sources to facilitate maintenance. Committed: https://code.google.com/p/dart/source/detail?r=9089

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+637 lines, -637 lines) Patch
M runtime/vm/code_generator_ia32.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler_ia32.h View 1 7 chunks +35 lines, -37 lines 0 comments Download
M runtime/vm/flow_graph_compiler_ia32.cc View 1 14 chunks +451 lines, -441 lines 0 comments Download
M runtime/vm/flow_graph_compiler_x64.h View 1 2 chunks +0 lines, -2 lines 0 comments Download
M runtime/vm/flow_graph_compiler_x64.cc View 1 28 chunks +147 lines, -155 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
regis
8 years, 5 months ago (2012-06-25 21:40:53 UTC) #1
srdjan
LGTM https://chromiumcodereview.appspot.com/10636038/diff/1/runtime/vm/flow_graph_compiler_ia32.cc File runtime/vm/flow_graph_compiler_ia32.cc (right): https://chromiumcodereview.appspot.com/10636038/diff/1/runtime/vm/flow_graph_compiler_ia32.cc#newcode21 runtime/vm/flow_graph_compiler_ia32.cc:21: DEFINE_FLAG(bool, trace_functions, false, "Trace entry of each function."); ...
8 years, 5 months ago (2012-06-25 22:18:17 UTC) #2
regis
8 years, 5 months ago (2012-06-25 22:22:59 UTC) #3
Thanks!

https://chromiumcodereview.appspot.com/10636038/diff/1/runtime/vm/flow_graph_...
File runtime/vm/flow_graph_compiler_ia32.cc (right):

https://chromiumcodereview.appspot.com/10636038/diff/1/runtime/vm/flow_graph_...
runtime/vm/flow_graph_compiler_ia32.cc:21: DEFINE_FLAG(bool, trace_functions,
false, "Trace entry of each function.");
On 2012/06/25 22:18:17, srdjan wrote:
> How about moving them into flow_graph_compiler.cc ?

Done.

Powered by Google App Engine
This is Rietveld 408576698