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

Issue 7003109: Merge r8237 to V8 3.3 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.3 branch. Fix bug v8:1434, optimized compare of undefined can fail. Committed: http://code.google.com/p/v8/source/detail?r=8261

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+159 lines, -39 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 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 3 chunks +18 lines, -10 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 2 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 3 chunks +18 lines, -10 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 1 chunk +36 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
William Hesse
9 years, 6 months ago (2011-06-10 11:31:10 UTC) #1
fschneider
9 years, 6 months ago (2011-06-10 11:34:01 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698