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

Issue 1195573006: Handle field-invocation and method-extraction in the runtime when --lazy_dispatchers=false. (Closed)

Created:
5 years, 6 months ago by rmacnak
Modified:
5 years, 4 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Handle field-invocation and method-extraction in the runtime when --lazy_dispatchers=false. R=fschneider@google.com Committed: https://github.com/dart-lang/sdk/commit/40fcf4a72debd2e4bed1f7a56a9a6837d5e7d827

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 10

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+186 lines, -46 lines) Patch
M runtime/lib/mirrors.cc View 1 3 chunks +30 lines, -32 lines 0 comments Download
M runtime/vm/code_generator.cc View 1 2 3 4 chunks +77 lines, -3 lines 0 comments Download
M runtime/vm/dart_entry.cc View 1 2 3 1 chunk +44 lines, -1 line 0 comments Download
M runtime/vm/object.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 1 chunk +15 lines, -0 lines 0 comments Download
M runtime/vm/parser.cc View 1 2 3 4 chunks +5 lines, -0 lines 0 comments Download
M runtime/vm/resolver.cc View 3 chunks +11 lines, -8 lines 0 comments Download
M tests/language/closure_self_reference_test.dart View 1 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
rmacnak
https://codereview.chromium.org/1195573006/diff/40001/runtime/vm/code_generator.cc File runtime/vm/code_generator.cc (right): https://codereview.chromium.org/1195573006/diff/40001/runtime/vm/code_generator.cc#newcode1080 runtime/vm/code_generator.cc:1080: // would perform the closure call. In fact, every ...
5 years, 6 months ago (2015-06-19 17:02:49 UTC) #2
Florian Schneider
https://codereview.chromium.org/1195573006/diff/40001/runtime/vm/code_generator.cc File runtime/vm/code_generator.cc (right): https://codereview.chromium.org/1195573006/diff/40001/runtime/vm/code_generator.cc#newcode1080 runtime/vm/code_generator.cc:1080: // would perform the closure call. On 2015/06/19 17:02:49, ...
5 years, 5 months ago (2015-06-29 10:37:53 UTC) #3
rmacnak
https://codereview.chromium.org/1195573006/diff/40001/runtime/vm/code_generator.cc File runtime/vm/code_generator.cc (right): https://codereview.chromium.org/1195573006/diff/40001/runtime/vm/code_generator.cc#newcode1080 runtime/vm/code_generator.cc:1080: // would perform the closure call. On 2015/06/29 10:37:53, ...
5 years, 5 months ago (2015-06-29 21:54:19 UTC) #4
Florian Schneider
lgtm https://codereview.chromium.org/1195573006/diff/40001/runtime/vm/dart_entry.cc File runtime/vm/dart_entry.cc (right): https://codereview.chromium.org/1195573006/diff/40001/runtime/vm/dart_entry.cc#newcode190 runtime/vm/dart_entry.cc:190: arguments.SetAt(0, getter_result); // Safe to reuse this? Why ...
5 years, 5 months ago (2015-06-30 10:28:35 UTC) #5
rmacnak
https://codereview.chromium.org/1195573006/diff/40001/runtime/vm/dart_entry.cc File runtime/vm/dart_entry.cc (right): https://codereview.chromium.org/1195573006/diff/40001/runtime/vm/dart_entry.cc#newcode190 runtime/vm/dart_entry.cc:190: arguments.SetAt(0, getter_result); // Safe to reuse this? On 2015/06/30 ...
5 years, 5 months ago (2015-06-30 22:13:49 UTC) #6
rmacnak
5 years, 5 months ago (2015-06-30 22:14:41 UTC) #7
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
40fcf4a72debd2e4bed1f7a56a9a6837d5e7d827 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698