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

Issue 7134067: Merge r8237 to V8 3.2 branch. Fix bug v8:1434, optimized compare of undefined can fail. (Closed)

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

Description

Merge r8237 to V8 3.2 branch. Fix bug v8:1434, optimized compare of undefined can fail. Committed: http://code.google.com/p/v8/source/detail?r=8260

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+159 lines, -41 lines) Patch
M src/arm/lithium-arm.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 3 chunks +19 lines, -11 lines 0 comments Download
M src/hydrogen.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 1 4 chunks +39 lines, -2 lines 0 comments Download
M src/hydrogen-instructions.h View 4 chunks +10 lines, -3 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 chunk +4 lines, -1 line 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 3 chunks +18 lines, -11 lines 0 comments Download
M src/ia32/lithium-ia32.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 chunk +4 lines, -1 line 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 3 chunks +18 lines, -11 lines 0 comments Download
M src/x64/lithium-x64.h View 1 chunk +1 line, -0 lines 0 comments Download
A test/mjsunit/regress/regress-1434.js View 1 chunk +36 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
William Hesse
Changes from r8237 are in patch set 2: Use NearLabel instead of kNear, don't use ...
9 years, 6 months ago (2011-06-10 11:10:48 UTC) #1
fschneider
9 years, 6 months ago (2011-06-10 11:15:38 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698