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

Issue 1191813002: Port "Add flag to disable lazy compilation of invocation dispatchers." (Closed)

Created:
5 years, 6 months ago by rmacnak
Modified:
5 years, 6 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

Port "Add flag to disable lazy compilation of invocation dispatchers." Fix InvokeNoSuchMethodDispatcher to propagate with a rethrow instead of a throw. Fix unit test checking raw stack frames. R=fschneider@google.com Committed: https://github.com/dart-lang/sdk/commit/66194d4fc19db8a129f97bfe74ce87ba312048f7

Patch Set 1 #

Patch Set 2 : code comment #

Patch Set 3 : #

Total comments: 6

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+305 lines, -11 lines) Patch
M runtime/vm/code_generator.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/code_generator.cc View 5 chunks +37 lines, -3 lines 0 comments Download
M runtime/vm/dart_entry.cc View 2 chunks +12 lines, -1 line 0 comments Download
M runtime/vm/stack_frame_test.cc View 3 chunks +43 lines, -1 line 0 comments Download
M runtime/vm/stub_code_arm.cc View 1 2 3 4 chunks +39 lines, -1 line 0 comments Download
M runtime/vm/stub_code_arm64.cc View 1 2 3 4 chunks +40 lines, -1 line 0 comments Download
M runtime/vm/stub_code_ia32.cc View 1 2 3 5 chunks +43 lines, -2 lines 0 comments Download
M runtime/vm/stub_code_mips.cc View 1 2 3 4 chunks +48 lines, -1 line 0 comments Download
M runtime/vm/stub_code_x64.cc View 1 2 3 4 chunks +42 lines, -1 line 0 comments Download

Messages

Total messages: 9 (1 generated)
rmacnak
5 years, 6 months ago (2015-06-16 21:14:27 UTC) #2
Florian Schneider
Is there maybe a file missing? I don't see the code corresponding to fixing the ...
5 years, 6 months ago (2015-06-17 08:01:34 UTC) #3
rmacnak
https://codereview.chromium.org/1191813002/diff/40001/runtime/vm/stub_code_arm.cc File runtime/vm/stub_code_arm.cc (right): https://codereview.chromium.org/1191813002/diff/40001/runtime/vm/stub_code_arm.cc#newcode590 runtime/vm/stub_code_arm.cc:590: __ Pop(R0); On 2015/06/17 08:01:34, Florian Schneider wrote: > ...
5 years, 6 months ago (2015-06-17 17:42:20 UTC) #4
rmacnak
On 2015/06/17 08:01:34, Florian Schneider wrote: > Is there maybe a file missing? I don't ...
5 years, 6 months ago (2015-06-17 17:42:44 UTC) #5
Florian Schneider
LGTM.
5 years, 6 months ago (2015-06-18 07:13:01 UTC) #6
Florian Schneider
On 2015/06/18 07:13:01, Florian Schneider wrote: > LGTM. Note that method extraction and field invocation ...
5 years, 6 months ago (2015-06-18 14:13:50 UTC) #7
rmacnak
On 2015/06/18 14:13:50, Florian Schneider wrote: > On 2015/06/18 07:13:01, Florian Schneider wrote: > > ...
5 years, 6 months ago (2015-06-18 17:05:51 UTC) #8
rmacnak
5 years, 6 months ago (2015-06-18 17:23:47 UTC) #9
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
66194d4fc19db8a129f97bfe74ce87ba312048f7 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698