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

Issue 2497673004: Rehash canonical constants table for each class that can be affected by the 'become' operation (Closed)

Created:
4 years, 1 month ago by Cutch
Modified:
4 years, 1 month ago
Reviewers:
rmacnak, siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Rehash canonical constants table for each class that can be affected by the 'become' operation Fixes #27803 Rehashing all classes canonical constant's takes 3milliseconds for gallery on an Nexus 7. BUG= R=asiva@google.com, rmacnak@google.com Committed: https://github.com/dart-lang/sdk/commit/2e197df37d7772d2b501c5e35d3698adbbae8c7f

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -20 lines) Patch
M runtime/vm/isolate_reload.h View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/isolate_reload.cc View 2 chunks +23 lines, -15 lines 4 comments Download
M runtime/vm/verifier.cc View 1 chunk +6 lines, -1 line 0 comments Download
M tests/language/language.status View 1 chunk +0 lines, -1 line 0 comments Download
M tests/lib/lib.status View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
Cutch
4 years, 1 month ago (2016-11-14 17:43:31 UTC) #2
Cutch
4 years, 1 month ago (2016-11-14 17:43:35 UTC) #3
rmacnak
lgtm
4 years, 1 month ago (2016-11-15 18:52:44 UTC) #4
siva
lgtm https://codereview.chromium.org/2497673004/diff/1/runtime/vm/isolate_reload.cc File runtime/vm/isolate_reload.cc (right): https://codereview.chromium.org/2497673004/diff/1/runtime/vm/isolate_reload.cc#newcode1177 runtime/vm/isolate_reload.cc:1177: for (intptr_t cid = kInstanceCid; cid < top; ...
4 years, 1 month ago (2016-11-15 22:58:22 UTC) #6
rmacnak
https://codereview.chromium.org/2497673004/diff/1/runtime/vm/isolate_reload.cc File runtime/vm/isolate_reload.cc (right): https://codereview.chromium.org/2497673004/diff/1/runtime/vm/isolate_reload.cc#newcode1177 runtime/vm/isolate_reload.cc:1177: for (intptr_t cid = kInstanceCid; cid < top; cid++) ...
4 years, 1 month ago (2016-11-15 23:13:33 UTC) #7
Cutch
On 2016/11/15 23:13:33, rmacnak wrote: > https://codereview.chromium.org/2497673004/diff/1/runtime/vm/isolate_reload.cc > File runtime/vm/isolate_reload.cc (right): > > https://codereview.chromium.org/2497673004/diff/1/runtime/vm/isolate_reload.cc#newcode1177 > ...
4 years, 1 month ago (2016-11-15 23:27:12 UTC) #8
Cutch
4 years, 1 month ago (2016-11-17 15:41:31 UTC) #10
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
2e197df37d7772d2b501c5e35d3698adbbae8c7f (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698