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

Issue 5971003: Fix GVN for polymorphic loads.... (Closed)

Created:
10 years ago by fschneider
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix GVN for polymorphic loads. They must not be hoisted above the compare-map-and-branch. Committed: http://code.google.com/p/v8/source/detail?r=6082

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -11 lines) Patch
M src/hydrogen.h View 1 chunk +5 lines, -5 lines 0 comments Download
M src/hydrogen.cc View 1 2 chunks +7 lines, -6 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
fschneider
10 years ago (2010-12-20 11:31:16 UTC) #1
Kevin Millikin (Chromium)
Two comments you should address, otherwise LGTM. http://codereview.chromium.org/5971003/diff/1/src/hydrogen-instructions.h File src/hydrogen-instructions.h (right): http://codereview.chromium.org/5971003/diff/1/src/hydrogen-instructions.h#newcode2552 src/hydrogen-instructions.h:2552: HLoadNamedField(HValue* object, ...
10 years ago (2010-12-20 12:34:34 UTC) #2
fschneider
10 years ago (2010-12-20 12:46:08 UTC) #3
I agree - there is currently no point in disabling only loop-invariant code
motion for these. We can just as well disable GVN for polymorpic loads.

Powered by Google App Engine
This is Rietveld 408576698