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

Issue 6322008: Version 3.0.10... (Closed)

Created:
9 years, 11 months ago by Vyacheslav Egorov (Chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Version 3.0.10 Fixed External::Wrap for 64-bit addresses (issue 1037). Fixed incorrect .arguments variable proxy handling in the full code generator (issue 1060). Introduced partial strict mode support. Changed formatting of recursive error messages to match Firefox and Safari (issue http://crbug.com/70334). Fixed incorrect rounding for float-to-integer conversions for external array types, which implement the Typed Array spec (issue http://crbug.com/50972). Performance improvements on the IA32 platform.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5648 lines, -3382 lines) Patch
M ChangeLog View 1 chunk +19 lines, -0 lines 0 comments Download
M SConstruct View 3 chunks +14 lines, -0 lines 0 comments Download
M include/v8.h View 4 chunks +5 lines, -5 lines 0 comments Download
M src/SConscript View 1 chunk +1 line, -0 lines 0 comments Download
M src/api.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/arm/assembler-arm.cc View 1 chunk +8 lines, -2 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 9 chunks +162 lines, -32 lines 0 comments Download
M src/arm/codegen-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/constants-arm.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/arm/frames-arm.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 3 chunks +16 lines, -8 lines 0 comments Download
M src/arm/ic-arm.cc View 2 chunks +0 lines, -683 lines 0 comments Download
M src/arm/lithium-arm.h View 36 chunks +626 lines, -594 lines 0 comments Download
M src/arm/lithium-arm.cc View 33 chunks +177 lines, -164 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 2 chunks +7 lines, -1 line 0 comments Download
M src/arm/lithium-codegen-arm.cc View 53 chunks +510 lines, -98 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 3 chunks +12 lines, -1 line 0 comments Download
M src/arm/macro-assembler-arm.cc View 4 chunks +37 lines, -0 lines 0 comments Download
M src/arm/simulator-arm.cc View 3 chunks +11 lines, -2 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 2 chunks +702 lines, -0 lines 0 comments Download
M src/ast.h View 4 chunks +5 lines, -1 line 0 comments Download
M src/ast.cc View 4 chunks +9 lines, -17 lines 0 comments Download
M src/builtins.h View 2 chunks +0 lines, -14 lines 0 comments Download
M src/builtins.cc View 2 chunks +0 lines, -76 lines 0 comments Download
M src/code-stubs.h View 1 chunk +7 lines, -6 lines 0 comments Download
M src/codegen.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/extensions/experimental/experimental.gyp View 1 chunk +4 lines, -1 line 0 comments Download
M src/flag-definitions.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/full-codegen.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/heap.h View 1 chunk +4 lines, -1 line 0 comments Download
M src/hydrogen.h View 2 chunks +6 lines, -1 line 0 comments Download
M src/hydrogen.cc View 23 chunks +131 lines, -81 lines 0 comments Download
M src/hydrogen-instructions.h View 13 chunks +128 lines, -64 lines 0 comments Download
M src/hydrogen-instructions.cc View 2 chunks +20 lines, -20 lines 0 comments Download
M src/ia32/assembler-ia32-inl.h View 5 chunks +10 lines, -0 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 3 chunks +3 lines, -4 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/full-codegen-ia32.cc View 3 chunks +16 lines, -8 lines 0 comments Download
M src/ia32/ic-ia32.cc View 2 chunks +0 lines, -342 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 17 chunks +195 lines, -49 lines 0 comments Download
M src/ia32/lithium-gap-resolver-ia32.h View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/lithium-ia32.h View 55 chunks +98 lines, -63 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 6 chunks +53 lines, -17 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 chunk +358 lines, -0 lines 0 comments Download
M src/ic.h View 4 chunks +0 lines, -15 lines 0 comments Download
M src/ic.cc View 3 chunks +8 lines, -51 lines 0 comments Download
M src/lithium.h View 1 chunk +349 lines, -1 line 0 comments Download
M src/lithium.cc View 1 chunk +72 lines, -0 lines 0 comments Download
M src/lithium-allocator.h View 7 chunks +9 lines, -403 lines 0 comments Download
M src/lithium-allocator.cc View 3 chunks +62 lines, -78 lines 0 comments Download
A + src/liveobjectlist.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/liveobjectlist.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/liveobjectlist-inl.h View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/messages.js View 3 chunks +54 lines, -16 lines 0 comments Download
M src/mips/ic-mips.cc View 1 chunk +0 lines, -12 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 1 chunk +14 lines, -0 lines 0 comments Download
M src/objects.h View 6 chunks +10 lines, -3 lines 0 comments Download
M src/objects-inl.h View 1 chunk +0 lines, -6 lines 0 comments Download
M src/objects-printer.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/parser.cc View 13 chunks +94 lines, -6 lines 0 comments Download
M src/platform.h View 2 chunks +3 lines, -0 lines 0 comments Download
M src/platform-freebsd.cc View 2 chunks +14 lines, -0 lines 0 comments Download
M src/platform-linux.cc View 2 chunks +14 lines, -0 lines 0 comments Download
M src/platform-macos.cc View 2 chunks +14 lines, -0 lines 0 comments Download
M src/platform-nullos.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/platform-openbsd.cc View 2 chunks +14 lines, -0 lines 0 comments Download
M src/platform-posix.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/platform-solaris.cc View 2 chunks +14 lines, -0 lines 0 comments Download
M src/platform-win32.cc View 3 chunks +35 lines, -3 lines 0 comments Download
M src/scopes.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M src/stub-cache.h View 2 chunks +18 lines, -0 lines 0 comments Download
M src/stub-cache.cc View 2 chunks +80 lines, -0 lines 0 comments Download
M src/utils.cc View 1 chunk +92 lines, -0 lines 0 comments Download
M src/v8utils.h View 1 chunk +33 lines, -0 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 +6 lines, -0 lines 0 comments Download
M src/x64/assembler-x64.cc View 2 chunks +22 lines, -0 lines 0 comments Download
M src/x64/assembler-x64-inl.h View 7 chunks +11 lines, -0 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 5 chunks +110 lines, -8 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/disasm-x64.cc View 1 chunk +5 lines, -3 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 3 chunks +16 lines, -8 lines 0 comments Download
M src/x64/ic-x64.cc View 2 chunks +0 lines, -268 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 14 chunks +420 lines, -26 lines 0 comments Download
M src/x64/lithium-x64.h View 55 chunks +80 lines, -79 lines 0 comments Download
M src/x64/lithium-x64.cc View 4 chunks +140 lines, -16 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 2 chunks +8 lines, -0 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 2 chunks +41 lines, -0 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 chunk +300 lines, -0 lines 0 comments Download
M test/cctest/cctest.status View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-api.cc View 3 chunks +35 lines, -0 lines 0 comments Download
A + test/mjsunit/cyclic-error-to-string.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/debug-evaluate-locals.js View 3 chunks +10 lines, -13 lines 0 comments Download
A + test/mjsunit/regress/regress-1060.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/strict-mode.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/string-charcodeat.js View 1 chunk +11 lines, -0 lines 0 comments Download
M test/mozilla/mozilla.status View 1 chunk +3 lines, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 4 chunks +14 lines, -0 lines 0 comments Download
M tools/v8.xcodeproj/project.pbxproj View 12 chunks +29 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Vyacheslav Egorov (Chromium)
9 years, 11 months ago (2011-01-24 12:20:18 UTC) #1
Mads Ager (chromium)
9 years, 11 months ago (2011-01-24 12:29:50 UTC) #2
Rubberstamp LGTM

Powered by Google App Engine
This is Rietveld 408576698