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

Issue 2357313003: AOT: Add a separate switchable call state for unlinked calls. (Closed)

Created:
4 years, 3 months ago by rmacnak
Modified:
4 years, 2 months ago
Reviewers:
Florian Schneider
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

AOT: Add a separate switchable call state for unlinked calls. Flutter gallery Isolate(CodeSize): 2213525 => Isolate(CodeSize): 2070395 (-6.4%) R=fschneider@google.com Committed: https://github.com/dart-lang/sdk/commit/2bc6e0a71da7159df36ed3eca3c3d574989e6d00

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : x #

Patch Set 4 : . #

Patch Set 5 : . #

Total comments: 4

Patch Set 6 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+412 lines, -3 lines) Patch
M runtime/vm/clustered_snapshot.cc View 1 2 3 4 4 chunks +83 lines, -1 line 0 comments Download
M runtime/vm/code_generator.cc View 1 2 3 4 5 1 chunk +75 lines, -0 lines 0 comments Download
M runtime/vm/object.h View 1 2 3 4 5 3 chunks +21 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 4 5 4 chunks +28 lines, -0 lines 0 comments Download
M runtime/vm/object_service.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/precompiler.h View 1 chunk +24 lines, -0 lines 0 comments Download
M runtime/vm/precompiler.cc View 1 2 3 4 5 2 chunks +30 lines, -2 lines 0 comments Download
M runtime/vm/raw_object.h View 2 chunks +14 lines, -0 lines 0 comments Download
M runtime/vm/raw_object.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M runtime/vm/raw_object_snapshot.cc View 1 chunk +18 lines, -0 lines 0 comments Download
M runtime/vm/runtime_entry_list.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/stub_code.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/stub_code_arm.cc View 1 2 1 chunk +25 lines, -0 lines 0 comments Download
M runtime/vm/stub_code_arm64.cc View 1 2 1 chunk +25 lines, -0 lines 0 comments Download
M runtime/vm/stub_code_ia32.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/stub_code_mips.cc View 1 2 1 chunk +24 lines, -0 lines 0 comments Download
M runtime/vm/stub_code_x64.cc View 1 chunk +25 lines, -0 lines 0 comments Download
M runtime/vm/symbols.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 8 (4 generated)
rmacnak
4 years, 3 months ago (2016-09-22 17:25:06 UTC) #4
Florian Schneider
LGTM https://codereview.chromium.org/2357313003/diff/80001/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/2357313003/diff/80001/runtime/vm/object.cc#newcode12623 runtime/vm/object.cc:12623: RawUnlinkedCall* UnlinkedCall::New() { Since there is no initializing ...
4 years, 3 months ago (2016-09-23 17:58:00 UTC) #5
rmacnak
https://codereview.chromium.org/2357313003/diff/80001/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/2357313003/diff/80001/runtime/vm/object.cc#newcode12623 runtime/vm/object.cc:12623: RawUnlinkedCall* UnlinkedCall::New() { On 2016/09/23 17:57:59, Florian Schneider wrote: ...
4 years, 2 months ago (2016-09-26 17:32:54 UTC) #6
rmacnak
4 years, 2 months ago (2016-09-26 17:34:42 UTC) #8
Message was sent while issue was closed.
Committed patchset #6 (id:100001) manually as
2bc6e0a71da7159df36ed3eca3c3d574989e6d00 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698