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

Issue 9864028: Fix polymorphic load on named fields. (Closed)

Created:
8 years, 9 months ago by Michael Starzinger
Modified:
8 years, 9 months ago
Reviewers:
danno
CC:
v8-dev
Visibility:
Public.

Description

Fix polymorphic load on named fields. This fixes polymorphic loads to correctly compare in-object offsets instead of indices, because indices might coincide even though the actual slot is different because of different instance sizes. R=danno@chromium.org BUG=v8:2030 TEST=mjsunit/regress/regress-2030,mjsunit/mirror-array Committed: https://code.google.com/p/v8/source/detail?r=11153

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -3 lines) Patch
M src/hydrogen.cc View 2 chunks +15 lines, -3 lines 0 comments Download
A test/mjsunit/regress/regress-2030.js View 1 chunk +53 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Michael Starzinger
8 years, 9 months ago (2012-03-27 08:21:49 UTC) #1
danno
8 years, 9 months ago (2012-03-27 10:13:44 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698