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

Issue 11418046: First part of static call cleanup: store static call targets into code object, referenced by code-o… (Closed)

Created:
8 years, 1 month ago by srdjan
Modified:
8 years, 1 month ago
Reviewers:
siva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

First part of static call cleanup: store static call targets into code object, referenced by code-offset. Committed: https://code.google.com/p/dart/source/detail?r=15091

Patch Set 1 #

Patch Set 2 : #

Total comments: 8

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -58 lines) Patch
M runtime/vm/code_generator.cc View 1 2 3 4 3 chunks +2 lines, -48 lines 0 comments Download
M runtime/vm/compiler.cc View 1 2 3 4 2 chunks +20 lines, -0 lines 0 comments Download
M runtime/vm/debugger.cc View 1 2 3 4 1 chunk +4 lines, -3 lines 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 1 2 3 4 4 chunks +22 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler_ia32.h View 1 2 3 4 3 chunks +5 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler_ia32.cc View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler_x64.h View 1 2 3 4 3 chunks +5 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler_x64.cc View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/native_entry_test.cc View 1 2 3 4 1 chunk +7 lines, -1 line 0 comments Download
M runtime/vm/object.h View 1 2 3 4 1 chunk +15 lines, -3 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 4 1 chunk +35 lines, -2 lines 0 comments Download
M runtime/vm/raw_object.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
srdjan
8 years, 1 month ago (2012-11-16 22:13:27 UTC) #1
siva
lgtm https://codereview.chromium.org/11418046/diff/7001/runtime/vm/flow_graph_compiler.cc File runtime/vm/flow_graph_compiler.cc (right): https://codereview.chromium.org/11418046/diff/7001/runtime/vm/flow_graph_compiler.cc#newcode439 runtime/vm/flow_graph_compiler.cc:439: void FlowGraphCompiler::FinalizeStaticCallTargetsTable(const Code& code) { ASSERT(code.static_calls_target_table() == Array::null()); ...
8 years, 1 month ago (2012-11-16 23:15:23 UTC) #2
srdjan
Please have another look. Merged resolved static call table if static calls target table. https://codereview.chromium.org/11418046/diff/7001/runtime/vm/flow_graph_compiler.cc ...
8 years, 1 month ago (2012-11-17 00:47:24 UTC) #3
siva
8 years, 1 month ago (2012-11-17 01:23:37 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698