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

Issue 1638143002: Precompilation: compact the symbol table. (Closed)

Created:
4 years, 10 months ago by rmacnak
Modified:
4 years, 10 months ago
Reviewers:
siva
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

Precompilation: compact the symbol table. Also, don't leak handles out of the precompiler. dart2js/x64: symbols 62126 -> 38668 (-37.8%) snapshot 22534723 -> 21740838 (-3.5%) R=asiva@google.com Committed: https://github.com/dart-lang/sdk/commit/c7efe5a7563f0027d2739785b926e74737aa34b9

Patch Set 1 #

Patch Set 2 : #

Total comments: 16

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+146 lines, -41 lines) Patch
M runtime/vm/precompiler.cc View 1 3 chunks +53 lines, -41 lines 0 comments Download
M runtime/vm/raw_object.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/symbols.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/symbols.cc View 1 2 3 1 chunk +85 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
rmacnak
4 years, 10 months ago (2016-01-27 17:52:18 UTC) #3
siva
https://codereview.chromium.org/1638143002/diff/20001/runtime/vm/symbols.cc File runtime/vm/symbols.cc (right): https://codereview.chromium.org/1638143002/diff/20001/runtime/vm/symbols.cc#newcode373 runtime/vm/symbols.cc:373: // 3. Walk the heap and built a new ...
4 years, 10 months ago (2016-01-27 21:21:11 UTC) #4
rmacnak
https://codereview.chromium.org/1638143002/diff/20001/runtime/vm/symbols.cc File runtime/vm/symbols.cc (right): https://codereview.chromium.org/1638143002/diff/20001/runtime/vm/symbols.cc#newcode373 runtime/vm/symbols.cc:373: // 3. Walk the heap and built a new ...
4 years, 10 months ago (2016-01-27 23:06:20 UTC) #5
siva
lgtm https://codereview.chromium.org/1638143002/diff/20001/runtime/vm/symbols.cc File runtime/vm/symbols.cc (right): https://codereview.chromium.org/1638143002/diff/20001/runtime/vm/symbols.cc#newcode342 runtime/vm/symbols.cc:342: GrowableObjectArray::Handle(GrowableObjectArray::New()); Can this be moved inside the scope ...
4 years, 10 months ago (2016-01-28 00:04:00 UTC) #6
rmacnak
https://codereview.chromium.org/1638143002/diff/20001/runtime/vm/symbols.cc File runtime/vm/symbols.cc (right): https://codereview.chromium.org/1638143002/diff/20001/runtime/vm/symbols.cc#newcode342 runtime/vm/symbols.cc:342: GrowableObjectArray::Handle(GrowableObjectArray::New()); On 2016/01/28 00:04:00, siva wrote: > Can this ...
4 years, 10 months ago (2016-01-28 17:53:09 UTC) #7
rmacnak
4 years, 10 months ago (2016-01-28 18:23:19 UTC) #9
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
c7efe5a7563f0027d2739785b926e74737aa34b9 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698