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

Issue 1129113002: Delta encode pc descriptors. (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/remotes/git-svn
Visibility:
Public.

Description

Delta encode pc descriptors. 328.3kB -> 160.1kB (-51.2%) for mirrors_reader_test R=fschneider@google.com Committed: https://code.google.com/p/dart/source/detail?r=45715

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 3

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+172 lines, -206 lines) Patch
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 +17 lines, -24 lines 0 comments Download
M runtime/vm/object.h View 1 2 3 4 5 4 chunks +48 lines, -85 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 4 5 3 chunks +51 lines, -22 lines 0 comments Download
M runtime/vm/object_test.cc View 1 2 3 4 5 4 chunks +41 lines, -26 lines 0 comments Download
M runtime/vm/raw_object.cc View 2 chunks +3 lines, -7 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
rmacnak
5 years, 7 months ago (2015-05-07 17:29:22 UTC) #2
Florian Schneider
LGTM. When running dart2js I see around 1% spent in DecodeInteger - called from GetPcForDeoptId, ...
5 years, 7 months ago (2015-05-11 11:10:56 UTC) #3
Ivan Posva
Thanks, -Ivan https://codereview.chromium.org/1129113002/diff/80001/runtime/vm/code_descriptors.cc File runtime/vm/code_descriptors.cc (right): https://codereview.chromium.org/1129113002/diff/80001/runtime/vm/code_descriptors.cc#newcode21 runtime/vm/code_descriptors.cc:21: try_index); We should consider allocating the kinds ...
5 years, 7 months ago (2015-05-11 18:15:23 UTC) #4
rmacnak
https://chromiumcodereview.appspot.com/1129113002/diff/80001/runtime/vm/object_test.cc File runtime/vm/object_test.cc (right): https://chromiumcodereview.appspot.com/1129113002/diff/80001/runtime/vm/object_test.cc#newcode2876 runtime/vm/object_test.cc:2876: builder->AddDescriptor(RawPcDescriptors::kOther, 80, 6, 150, 3); On 2015/05/11 11:10:56, Florian ...
5 years, 7 months ago (2015-05-11 20:27:05 UTC) #5
rmacnak
5 years, 7 months ago (2015-05-11 20:27:32 UTC) #6
Message was sent while issue was closed.
Committed patchset #6 (id:100001) manually as 45715 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698