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

Issue 2616763003: Fix duplication of the megamorphic miss function when running a JIT app snapshot. (Closed)

Created:
3 years, 11 months ago by rmacnak
Modified:
3 years, 11 months ago
Reviewers:
siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Fix duplication of the megamorphic miss function when running a JIT app snapshot. 1a41627eccfea79cb440924e25a6601e003e56d7 caused isolate start up to incorrectly create a second megamorphic miss function when running from a JIT app snapshot. These caused the code for the one from the snapshot to be collected, and the parser to fail attempting to recompile it. Fixes #28200 R=asiva@google.com Committed: https://github.com/dart-lang/sdk/commit/9c1702d38a396779045f33a14bea11431b4034cd

Patch Set 1 #

Total comments: 4

Patch Set 2 : comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -5 lines) Patch
M runtime/vm/dart.cc View 1 1 chunk +8 lines, -5 lines 0 comments Download
M runtime/vm/megamorphic_cache_table.cc View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
rmacnak
3 years, 11 months ago (2017-01-05 22:55:45 UTC) #2
siva
lgtm with one comment. https://codereview.chromium.org/2616763003/diff/1/runtime/vm/dart.cc File runtime/vm/dart.cc (right): https://codereview.chromium.org/2616763003/diff/1/runtime/vm/dart.cc#newcode585 runtime/vm/dart.cc:585: // snapshot. The comment here ...
3 years, 11 months ago (2017-01-05 23:10:47 UTC) #3
rmacnak
https://codereview.chromium.org/2616763003/diff/1/runtime/vm/dart.cc File runtime/vm/dart.cc (right): https://codereview.chromium.org/2616763003/diff/1/runtime/vm/dart.cc#newcode585 runtime/vm/dart.cc:585: // snapshot. On 2017/01/05 23:10:47, siva wrote: > The ...
3 years, 11 months ago (2017-01-05 23:32:44 UTC) #4
rmacnak
3 years, 11 months ago (2017-01-05 23:34:10 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
9c1702d38a396779045f33a14bea11431b4034cd (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698