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 6334055: Merge r6576 and r6581 from bleeding_edge to 3.0 branch. (Closed)

Created:
9 years, 10 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Merge r6576 and r6581 from bleeding_edge to 3.0 branch. This is a partial fix for V8 issue 1079, affecting use of the arguments property of optimized functions. Committed: http://code.google.com/p/v8/source/detail?r=6584

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+252 lines, -168 lines) Patch
M src/accessors.cc View 3 chunks +36 lines, -47 lines 0 comments Download
M src/arm/deoptimizer-arm.cc View 4 chunks +15 lines, -6 lines 0 comments Download
M src/arm/lithium-arm.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/arm/lithium-arm.cc View 3 chunks +11 lines, -4 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 4 chunks +23 lines, -28 lines 0 comments Download
M src/deoptimizer.h View 2 chunks +4 lines, -1 line 0 comments Download
M src/hydrogen.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M src/hydrogen-instructions.h View 6 chunks +20 lines, -7 lines 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 2 chunks +10 lines, -4 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 5 chunks +24 lines, -29 lines 0 comments Download
M src/ia32/lithium-ia32.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 3 chunks +13 lines, -5 lines 0 comments Download
M src/safepoint-table.h View 2 chunks +5 lines, -6 lines 0 comments Download
M src/safepoint-table.cc View 3 chunks +10 lines, -1 line 0 comments Download
M src/x64/deoptimizer-x64.cc View 3 chunks +11 lines, -5 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 chunk +5 lines, -11 lines 0 comments Download
M src/x64/lithium-x64.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/x64/lithium-x64.cc View 3 chunks +10 lines, -3 lines 0 comments Download
M test/cctest/cctest.status View 1 chunk +0 lines, -3 lines 0 comments Download
A test/mjsunit/regress/regress-1079.js View 1 chunk +45 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
9 years, 10 months ago (2011-02-02 15:49:00 UTC) #1
Mads Ager (chromium)
9 years, 10 months ago (2011-02-02 15:50:26 UTC) #2
Needs an update to version.cc.

LGTM otherwise.

Powered by Google App Engine
This is Rietveld 408576698