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

Issue 517383005: VM: Clean up generated code for NoSuchMethod invocation of closures. (Closed)

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

Description

VM: Clean up generated code for NoSuchMethod invocation of closures. Remove unnecessary ic-data argument from the runtime function that invokes noSuchMethod for closures. This reduces the size of generated code for closures. R=vegorov@google.com Committed: https://code.google.com/p/dart/source/detail?r=39804

Patch Set 1 #

Total comments: 13

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -183 lines) Patch
M runtime/vm/code_generator.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/code_generator.cc View 1 2 1 chunk +13 lines, -16 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm.cc View 1 2 2 chunks +2 lines, -22 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm64.cc View 1 2 2 chunks +4 lines, -22 lines 0 comments Download
M runtime/vm/flow_graph_compiler_ia32.cc View 1 2 2 chunks +2 lines, -22 lines 0 comments Download
M runtime/vm/flow_graph_compiler_mips.cc View 1 2 2 chunks +2 lines, -22 lines 0 comments Download
M runtime/vm/flow_graph_compiler_x64.cc View 1 2 2 chunks +2 lines, -22 lines 0 comments Download
M runtime/vm/stub_code.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/stub_code_arm.cc View 1 2 2 chunks +6 lines, -10 lines 0 comments Download
M runtime/vm/stub_code_arm64.cc View 1 2 2 chunks +5 lines, -10 lines 0 comments Download
M runtime/vm/stub_code_ia32.cc View 1 2 2 chunks +5 lines, -12 lines 0 comments Download
M runtime/vm/stub_code_mips.cc View 1 2 2 chunks +8 lines, -11 lines 0 comments Download
M runtime/vm/stub_code_x64.cc View 1 2 2 chunks +5 lines, -12 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
Florian Schneider
6 years, 3 months ago (2014-09-02 12:01:31 UTC) #2
Vyacheslav Egorov (Google)
https://codereview.chromium.org/517383005/diff/1/runtime/vm/stub_code_arm.cc File runtime/vm/stub_code_arm.cc (right): https://codereview.chromium.org/517383005/diff/1/runtime/vm/stub_code_arm.cc#newcode1169 runtime/vm/stub_code_arm.cc:1169: // Push IC data object. comment is obsolete, update ...
6 years, 3 months ago (2014-09-02 22:28:04 UTC) #3
Florian Schneider
https://codereview.chromium.org/517383005/diff/1/runtime/vm/stub_code_arm.cc File runtime/vm/stub_code_arm.cc (right): https://codereview.chromium.org/517383005/diff/1/runtime/vm/stub_code_arm.cc#newcode1169 runtime/vm/stub_code_arm.cc:1169: // Push IC data object. On 2014/09/02 22:28:04, Vyacheslav ...
6 years, 3 months ago (2014-09-03 09:05:01 UTC) #4
Florian Schneider
https://codereview.chromium.org/517383005/diff/1/runtime/vm/stub_code_x64.cc File runtime/vm/stub_code_x64.cc (right): https://codereview.chromium.org/517383005/diff/1/runtime/vm/stub_code_x64.cc#newcode1194 runtime/vm/stub_code_x64.cc:1194: On 2014/09/03 09:05:00, Florian Schneider wrote: > On 2014/09/02 ...
6 years, 3 months ago (2014-09-03 12:17:28 UTC) #5
Vyacheslav Egorov (Google)
lgtm
6 years, 3 months ago (2014-09-03 12:34:33 UTC) #6
Florian Schneider
6 years, 3 months ago (2014-09-03 12:51:40 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as r39804 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698