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

Issue 1128183007: Delta encode pc descriptors, and combine pc kind and try index into single field. (Closed)

Created:
5 years, 7 months ago by rmacnak
Modified:
5 years, 7 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Delta encode pc descriptors, and combine pc kind and try index into single field. 328.3kB -> 126.8kB (-61.4%) mirrors_reader_test Avoid quadratic var-int decoding in extracting edge counters by decoding once into a temporary list. R=fschneider@google.com Committed: https://github.com/dart-lang/sdk/commit/300a2f34cf3632892b36aaf149c9f4fd241e6324

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 9

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+237 lines, -283 lines) Patch
M runtime/vm/block_scheduler.cc View 1 2 3 4 6 chunks +41 lines, -11 lines 0 comments Download
M runtime/vm/code_descriptors.h View 1 2 1 chunk +12 lines, -42 lines 0 comments Download
M runtime/vm/code_descriptors.cc View 1 2 1 chunk +14 lines, -24 lines 0 comments Download
M runtime/vm/object.h View 1 2 3 4 4 chunks +52 lines, -85 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 4 4 chunks +51 lines, -22 lines 0 comments Download
M runtime/vm/object_test.cc View 1 2 4 chunks +41 lines, -26 lines 0 comments Download
M runtime/vm/raw_object.h View 1 2 3 4 1 chunk +23 lines, -55 lines 0 comments Download
M runtime/vm/raw_object.cc View 1 2 3 chunks +3 lines, -18 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
rmacnak
5 years, 7 months ago (2015-05-12 19:38:12 UTC) #2
rmacnak
PTAL. Golem now reports +6.8% for CompileHello instead of -33.3%.
5 years, 7 months ago (2015-05-14 17:14:56 UTC) #3
Florian Schneider
lgtm https://chromiumcodereview.appspot.com/1128183007/diff/60001/runtime/vm/block_scheduler.cc File runtime/vm/block_scheduler.cc (right): https://chromiumcodereview.appspot.com/1128183007/diff/60001/runtime/vm/block_scheduler.cc#newcode29 runtime/vm/block_scheduler.cc:29: while (i < n) { I'd turn this ...
5 years, 7 months ago (2015-05-18 11:33:28 UTC) #4
rmacnak
https://codereview.chromium.org/1128183007/diff/60001/runtime/vm/block_scheduler.cc File runtime/vm/block_scheduler.cc (right): https://codereview.chromium.org/1128183007/diff/60001/runtime/vm/block_scheduler.cc#newcode29 runtime/vm/block_scheduler.cc:29: while (i < n) { On 2015/05/18 11:33:28, Florian ...
5 years, 7 months ago (2015-05-18 18:03:55 UTC) #5
rmacnak
5 years, 7 months ago (2015-05-18 18:04:51 UTC) #6
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
300a2f34cf3632892b36aaf149c9f4fd241e6324 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698