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

Issue 2217733002: Reset most ICs by returning to the canonical empty data arrays. (Closed)

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

Reset most ICs by returning to the canonical empty data arrays. We can't do this for the binary operators because they must be writable and not shared for the fast Smi op stubs to record invocation counts. Suspected to help avoid races, see Issue #26946. Also remove some dead code and avoid TLS. R=fschneider@google.com Committed: https://github.com/dart-lang/sdk/commit/19716b351a8458b83a5260ca6606aa08942ed6aa

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -54 lines) Patch
M runtime/vm/isolate_reload.cc View 5 chunks +22 lines, -12 lines 0 comments Download
M runtime/vm/object.h View 4 chunks +3 lines, -5 lines 0 comments Download
M runtime/vm/object.cc View 4 chunks +4 lines, -20 lines 0 comments Download
M runtime/vm/object_reload.cc View 7 chunks +24 lines, -17 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
rmacnak
4 years, 4 months ago (2016-08-04 21:52:26 UTC) #2
Florian Schneider
LGTM
4 years, 4 months ago (2016-08-04 23:02:14 UTC) #3
Cutch
DBC: With this change can the code I added to find the first free slot ...
4 years, 4 months ago (2016-08-04 23:11:35 UTC) #5
rmacnak
On 2016/08/04 23:11:35, Cutch wrote: > DBC: With this change can the code I added ...
4 years, 4 months ago (2016-08-05 00:00:55 UTC) #6
rmacnak
4 years, 4 months ago (2016-08-05 00:41:10 UTC) #8
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
19716b351a8458b83a5260ca6606aa08942ed6aa (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698