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

Issue 446373002: VM: Fix bug in CHA for signature classes. (Closed)

Created:
6 years, 4 months ago by Florian Schneider
Modified:
6 years, 4 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

VM: Fix bug in CHA for signature classes. The subclasses for the _FunctionImpl class were not tracked in the VM. As a result, CHA would incorrectly assume that _FunctionImpl does not have any subclasses. This may cause incorrect optimization and caused unnecessary deoptimizations. R=vegorov@google.com Committed: https://code.google.com/p/dart/source/detail?r=38981

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -0 lines) Patch
M runtime/vm/cha_test.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/class_finalizer.cc View 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Florian Schneider
6 years, 4 months ago (2014-08-07 12:16:22 UTC) #1
Vyacheslav Egorov (Google)
LGTM Maybe add a test?
6 years, 4 months ago (2014-08-07 12:19:46 UTC) #2
Florian Schneider
On 2014/08/07 12:19:46, Vyacheslav Egorov (Google wrote: > LGTM > > Maybe add a test? ...
6 years, 4 months ago (2014-08-07 12:45:56 UTC) #3
Florian Schneider
6 years, 4 months ago (2014-08-07 12:46:23 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r38981 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698