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

Issue 2403613002: Reduce size of monomorphic checked entry. (Closed)

Created:
4 years, 2 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

Reduce size of monomorphic checked entry. Flutter gallery VMIsolate(CodeSize): 112293 Isolate(CodeSize): 2065968 ReadOnlyData(CodeSize): 1721336 Instructions(CodeSize): 5625616 Total(CodeSize): 9525213 -> VMIsolate(CodeSize): 112292 Isolate(CodeSize): 2065966 ReadOnlyData(CodeSize): 1721336 Instructions(CodeSize): 5592336 -0.35% Total(CodeSize): 9491930 -0.59% R=fschneider@google.com Committed: https://github.com/dart-lang/sdk/commit/12b18466bb163e5f0f67e4ccaab2bf60bd442c16

Patch Set 1 #

Patch Set 2 : . #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -22 lines) Patch
M runtime/vm/assembler_arm.cc View 1 2 chunks +1 line, -3 lines 0 comments Download
M runtime/vm/assembler_arm64.cc View 2 chunks +1 line, -5 lines 0 comments Download
M runtime/vm/assembler_mips.cc View 2 chunks +1 line, -3 lines 0 comments Download
M runtime/vm/assembler_x64.cc View 2 chunks +2 lines, -3 lines 2 comments Download
M runtime/vm/object.h View 1 chunk +8 lines, -8 lines 0 comments Download
M runtime/vm/stub_code_arm.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/stub_code_arm64.cc View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/stub_code_mips.cc View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/stub_code_x64.cc View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/thread.h View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (3 generated)
rmacnak
4 years, 2 months ago (2016-10-10 20:57:52 UTC) #3
Florian Schneider
lgtm https://codereview.chromium.org/2403613002/diff/20001/runtime/vm/assembler_x64.cc File runtime/vm/assembler_x64.cc (right): https://codereview.chromium.org/2403613002/diff/20001/runtime/vm/assembler_x64.cc#newcode3355 runtime/vm/assembler_x64.cc:3355: nop(); Why is this nop needed?
4 years, 2 months ago (2016-10-10 21:10:39 UTC) #4
rmacnak
https://codereview.chromium.org/2403613002/diff/20001/runtime/vm/assembler_x64.cc File runtime/vm/assembler_x64.cc (right): https://codereview.chromium.org/2403613002/diff/20001/runtime/vm/assembler_x64.cc#newcode3355 runtime/vm/assembler_x64.cc:3355: nop(); On 2016/10/10 21:10:39, Florian Schneider wrote: > Why ...
4 years, 2 months ago (2016-10-11 20:31:04 UTC) #5
rmacnak
4 years, 2 months ago (2016-10-11 20:58:55 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
12b18466bb163e5f0f67e4ccaab2bf60bd442c16 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698