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

Issue 2132833002: Make core snapshot word-size portable again. (Closed)

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

Make core snapshots word-size portable again. Flutter creates a single core snapshot (from x64) that is used by both sky_snapshot (x64) and the engine (arm). R=asiva@google.com Committed: https://github.com/dart-lang/sdk/commit/d75699e86338584266c5c051a083a8b4795ac054

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : fixed write #

Patch Set 4 : partial instance #

Patch Set 5 : . #

Patch Set 6 : constants #

Total comments: 10

Patch Set 7 : review, constant table #

Patch Set 8 : no size classes #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+301 lines, -223 lines) Patch
M runtime/platform/assert.cc View 1 2 3 4 5 6 1 chunk +2 lines, -3 lines 0 comments Download
M runtime/vm/clustered_snapshot.h View 1 7 chunks +61 lines, -19 lines 0 comments Download
M runtime/vm/clustered_snapshot.cc View 1 2 3 4 5 6 7 137 chunks +237 lines, -193 lines 4 comments Download
M runtime/vm/dart.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M runtime/vm/object.h View 1 2 3 4 5 6 2 chunks +1 line, -2 lines 0 comments Download

Messages

Total messages: 13 (5 generated)
rmacnak
4 years, 5 months ago (2016-07-08 00:01:30 UTC) #4
rmacnak
+2% size, roughly equal / slightly faster
4 years, 5 months ago (2016-07-08 00:57:13 UTC) #6
siva
https://codereview.chromium.org/2132833002/diff/100001/runtime/platform/assert.cc File runtime/platform/assert.cc (right): https://codereview.chromium.org/2132833002/diff/100001/runtime/platform/assert.cc#newcode39 runtime/platform/assert.cc:39: fflush(stderr); OS::PrintErr does a fflush of the stream, this ...
4 years, 5 months ago (2016-07-08 16:25:20 UTC) #7
rmacnak
https://codereview.chromium.org/2132833002/diff/100001/runtime/platform/assert.cc File runtime/platform/assert.cc (right): https://codereview.chromium.org/2132833002/diff/100001/runtime/platform/assert.cc#newcode39 runtime/platform/assert.cc:39: fflush(stderr); On 2016/07/08 16:25:20, siva wrote: > OS::PrintErr does ...
4 years, 5 months ago (2016-07-08 18:08:58 UTC) #8
rmacnak
https://codereview.chromium.org/2132833002/diff/100001/runtime/vm/clustered_snapshot.cc File runtime/vm/clustered_snapshot.cc (right): https://codereview.chromium.org/2132833002/diff/100001/runtime/vm/clustered_snapshot.cc#newcode3221 runtime/vm/clustered_snapshot.cc:3221: #endif On 2016/07/08 16:25:20, siva wrote: > Would prefer ...
4 years, 5 months ago (2016-07-08 20:17:54 UTC) #9
siva
lgtm https://codereview.chromium.org/2132833002/diff/140001/runtime/vm/clustered_snapshot.cc File runtime/vm/clustered_snapshot.cc (right): https://codereview.chromium.org/2132833002/diff/140001/runtime/vm/clustered_snapshot.cc#newcode3195 runtime/vm/clustered_snapshot.cc:3195: Array::Handle(zone, Array::MakeArray(new_constants)); Not for this CL maybe the ...
4 years, 5 months ago (2016-07-08 21:10:00 UTC) #10
rmacnak
https://codereview.chromium.org/2132833002/diff/140001/runtime/vm/clustered_snapshot.cc File runtime/vm/clustered_snapshot.cc (right): https://codereview.chromium.org/2132833002/diff/140001/runtime/vm/clustered_snapshot.cc#newcode3195 runtime/vm/clustered_snapshot.cc:3195: Array::Handle(zone, Array::MakeArray(new_constants)); On 2016/07/08 21:10:00, siva wrote: > Not ...
4 years, 5 months ago (2016-07-08 21:18:22 UTC) #11
rmacnak
4 years, 5 months ago (2016-07-08 21:18:52 UTC) #13
Message was sent while issue was closed.
Committed patchset #8 (id:140001) manually as
d75699e86338584266c5c051a083a8b4795ac054 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698