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

Issue 6460038: Version 3.1.3.... (Closed)

Created:
9 years, 10 months ago by Erik Corry
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Version 3.1.3. Fixed a bug triggered by functions with huge numbers of declared arguments. Fixed zap value aliasing a real object - debug mode only. Issue 866. Fixed issue where Array.prototype.__proto__ had been set to null. Issue 1121. Fixed stability bugs in Crankshaft for x86. Committed: http://code.google.com/p/v8/source/detail?r=6711

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1351 lines, -549 lines) Patch
M AUTHORS View 1 chunk +1 line, -0 lines 0 comments Download
M ChangeLog View 1 chunk +13 lines, -0 lines 0 comments Download
M src/api.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/arm/codegen-arm.cc View 1 chunk +4 lines, -9 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 2 chunks +18 lines, -17 lines 0 comments Download
M src/arm/lithium-arm.h View 4 chunks +29 lines, -24 lines 0 comments Download
M src/arm/lithium-arm.cc View 4 chunks +13 lines, -7 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 4 chunks +53 lines, -4 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M src/builtins.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/full-codegen.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/handles.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/heap.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen.cc View 3 chunks +11 lines, -9 lines 0 comments Download
M src/hydrogen-instructions.h View 3 chunks +18 lines, -1 line 0 comments Download
M src/hydrogen-instructions.cc View 1 chunk +0 lines, -11 lines 0 comments Download
M src/ia32/assembler-ia32.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 1 chunk +13 lines, -0 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 2 chunks +17 lines, -1 line 0 comments Download
M src/ia32/codegen-ia32.cc View 1 chunk +6 lines, -5 lines 0 comments Download
M src/ia32/disasm-ia32.cc View 1 chunk +11 lines, -1 line 0 comments Download
M src/ia32/full-codegen-ia32.cc View 3 chunks +23 lines, -15 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 6 chunks +86 lines, -17 lines 0 comments Download
M src/ia32/lithium-ia32.h View 4 chunks +32 lines, -23 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 4 chunks +16 lines, -6 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 4 chunks +25 lines, -5 lines 0 comments Download
M src/messages.cc View 2 chunks +6 lines, -3 lines 0 comments Download
M src/messages.js View 2 chunks +2 lines, -0 lines 0 comments Download
M src/objects.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/objects.cc View 5 chunks +25 lines, -12 lines 0 comments Download
M src/parser.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/parser.cc View 4 chunks +12 lines, -3 lines 0 comments Download
M src/runtime.cc View 10 chunks +81 lines, -25 lines 0 comments Download
M src/scanner.cc View 2 chunks +8 lines, -5 lines 0 comments Download
M src/uri.js View 5 chunks +8 lines, -20 lines 0 comments Download
M src/v8globals.h View 1 chunk +9 lines, -9 lines 0 comments Download
M src/v8natives.js View 1 chunk +38 lines, -22 lines 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/assembler-x64.h View 2 chunks +3 lines, -0 lines 0 comments Download
M src/x64/assembler-x64.cc View 2 chunks +19 lines, -4 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 chunk +7 lines, -6 lines 0 comments Download
M src/x64/cpu-x64.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 11 chunks +140 lines, -41 lines 0 comments Download
M src/x64/ic-x64.cc View 1 chunk +13 lines, -1 line 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 13 chunks +262 lines, -19 lines 0 comments Download
M src/x64/lithium-x64.h View 5 chunks +32 lines, -138 lines 0 comments Download
M src/x64/lithium-x64.cc View 9 chunks +59 lines, -17 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 4 chunks +23 lines, -5 lines 0 comments Download
M test/cctest/test-api.cc View 1 chunk +16 lines, -0 lines 0 comments Download
M test/cctest/test-disasm-ia32.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M test/cctest/test-strtod.cc View 1 chunk +19 lines, -0 lines 0 comments Download
M test/es5conform/es5conform.status View 3 chunks +115 lines, -67 lines 0 comments Download
M test/mjsunit/getter-in-prototype.js View 2 chunks +8 lines, -0 lines 0 comments Download
M test/mjsunit/json.js View 1 chunk +14 lines, -0 lines 0 comments Download
A + test/mjsunit/regress/regress-1103.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1104.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1105.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1107.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1110.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1112.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1117.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1118.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1119.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1120.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1121.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1122.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1125.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1126.js View 0 chunks +-1 lines, --1 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Erik Corry
9 years, 10 months ago (2011-02-09 15:35:57 UTC) #1
Mads Ager (chromium)
9 years, 10 months ago (2011-02-09 15:57:10 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698