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

Issue 6730025: Fix bug that caused invalid code motion for certain loads instructions. (Closed)

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

Description

Fix bug that caused invalid code motion for certain loads instructions. The dependency flags of instructions depending on a previous check have to be a super-set of the flags of the check instructions. Committed: http://code.google.com/p/v8/source/detail?r=7343

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -2 lines) Patch
M src/hydrogen-instructions.h View 6 chunks +7 lines, -2 lines 0 comments Download
A test/mjsunit/compiler/regress-loadfield.js View 1 chunk +65 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
fschneider
9 years, 9 months ago (2011-03-24 10:22:25 UTC) #1
Kevin Millikin (Chromium)
9 years, 9 months ago (2011-03-24 11:25:19 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698