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

Issue 5898003: HHasInstanceType uses GVN but does not provide a comparison function... (Closed)

Created:
10 years ago by Mads Ager (chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

A number of instructions use GVN but do not provide a comparison function for the data. This leads to wrong results where operations are wrongly assumed to have the same value as a previous (different) operation. Provide the data comparison functions. BUG=995 Committed: http://code.google.com/p/v8/source/detail?r=6052

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -0 lines) Patch
M src/hydrogen-instructions.h View 1 4 chunks +24 lines, -0 lines 0 comments Download
A test/mjsunit/regress/regress-995.js View 1 1 chunk +57 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Mads Ager (chromium)
10 years ago (2010-12-16 15:03:55 UTC) #1
Mads Ager (chromium)
10 years ago (2010-12-16 15:40:46 UTC) #2
Other instructions fixed as well. Thanks for reminding me to check!

Powered by Google App Engine
This is Rietveld 408576698