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

Issue 22715004: Version 3.20.15 (Closed)

Created:
7 years, 4 months ago by danno
Modified:
7 years, 4 months ago
CC:
v8-dev
Visibility:
Public.

Description

Version 3.20.15 Rollback to 3.20.12.1, the last known "good" V8 in preparation for the Chrome M30 branch, plus the TypedArray API and correctness patches r16033 and r16084. R=jkummerow@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=16140

Patch Set 1 #

Patch Set 2 : Add TypedArray API and correctness patches r16033 and r16084 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4040 lines, -4479 lines) Patch
M .gitignore View 1 chunk +0 lines, -6 lines 0 comments Download
M ChangeLog View 1 chunk +0 lines, -24 lines 0 comments Download
M Makefile View 3 chunks +1 line, -8 lines 0 comments Download
M build/standalone.gypi View 2 chunks +3 lines, -3 lines 0 comments Download
M include/v8.h View 1 89 chunks +97 lines, -146 lines 0 comments Download
M include/v8-debug.h View 2 chunks +35 lines, -1 line 0 comments Download
M include/v8-preparser.h View 3 chunks +40 lines, -4 lines 0 comments Download
M include/v8-profiler.h View 11 chunks +41 lines, -20 lines 0 comments Download
M include/v8-testing.h View 2 chunks +32 lines, -2 lines 0 comments Download
M src/api.cc View 1 7 chunks +3 lines, -49 lines 0 comments Download
M src/arm/builtins-arm.cc View 7 chunks +10 lines, -10 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 16 chunks +30 lines, -18 lines 0 comments Download
M src/arm/codegen-arm.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/arm/debug-arm.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 6 chunks +33 lines, -10 lines 0 comments Download
M src/arm/lithium-arm.h View 6 chunks +36 lines, -2 lines 0 comments Download
M src/arm/lithium-arm.cc View 8 chunks +41 lines, -14 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 3 chunks +4 lines, -3 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 18 chunks +52 lines, -64 lines 0 comments Download
M src/arm/lithium-gap-resolver-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/macro-assembler-arm.h View 2 chunks +3 lines, -5 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 21 chunks +27 lines, -28 lines 0 comments Download
M src/array-iterator.js View 1 chunk +4 lines, -3 lines 0 comments Download
M src/ast.h View 3 chunks +5 lines, -0 lines 0 comments Download
M src/ast.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M src/atomicops_internals_tsan.h View 2 chunks +6 lines, -6 lines 0 comments Download
M src/bootstrapper.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M src/builtins.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/code-stubs.h View 2 chunks +68 lines, -0 lines 0 comments Download
M src/code-stubs.cc View 2 chunks +88 lines, -0 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 2 chunks +41 lines, -3 lines 0 comments Download
M src/compiler.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/compiler.cc View 7 chunks +11 lines, -13 lines 0 comments Download
M src/d8.h View 2 chunks +0 lines, -2 lines 0 comments Download
M src/d8.cc View 1 3 chunks +0 lines, -72 lines 0 comments Download
M src/debug.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/deoptimizer.cc View 3 chunks +36 lines, -19 lines 0 comments Download
A + src/extensions/i18n/date-format.h View 2 chunks +20 lines, -28 lines 0 comments Download
A src/extensions/i18n/date-format.cc View 1 chunk +329 lines, -0 lines 0 comments Download
M src/extensions/i18n/date-format.js View 5 chunks +7 lines, -3 lines 0 comments Download
M src/extensions/i18n/i18n-extension.cc View 2 chunks +22 lines, -0 lines 0 comments Download
M src/extensions/i18n/i18n-utils.cc View 1 chunk +22 lines, -24 lines 0 comments Download
M src/extensions/i18n/i18n-utils.js View 4 chunks +8 lines, -3 lines 0 comments Download
A + src/extensions/i18n/locale.h View 1 chunk +17 lines, -12 lines 0 comments Download
A src/extensions/i18n/locale.cc View 1 chunk +251 lines, -0 lines 0 comments Download
M src/extensions/i18n/locale.js View 2 chunks +3 lines, -1 line 0 comments Download
M src/flag-definitions.h View 4 chunks +4 lines, -2 lines 0 comments Download
M src/full-codegen.h View 3 chunks +3 lines, -61 lines 0 comments Download
M src/full-codegen.cc View 8 chunks +8 lines, -8 lines 0 comments Download
M src/global-handles.h View 2 chunks +0 lines, -71 lines 0 comments Download
M src/global-handles.cc View 2 chunks +0 lines, -65 lines 0 comments Download
D src/harmony-array.js View 1 chunk +0 lines, -124 lines 0 comments Download
M src/heap.h View 2 chunks +9 lines, -1 line 0 comments Download
M src/heap.cc View 14 chunks +34 lines, -26 lines 0 comments Download
M src/heap-snapshot-generator.h View 1 chunk +10 lines, -0 lines 0 comments Download
M src/heap-snapshot-generator.cc View 5 chunks +7 lines, -17 lines 0 comments Download
M src/hydrogen.h View 5 chunks +7 lines, -6 lines 0 comments Download
M src/hydrogen.cc View 69 chunks +185 lines, -112 lines 0 comments Download
M src/hydrogen-dehoist.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-instructions.h View 33 chunks +540 lines, -40 lines 0 comments Download
M src/hydrogen-instructions.cc View 16 chunks +386 lines, -42 lines 0 comments Download
M src/hydrogen-uint32-analysis.cc View 1 chunk +5 lines, -1 line 0 comments Download
D src/i18n.h View 1 chunk +0 lines, -79 lines 0 comments Download
D src/i18n.cc View 1 chunk +0 lines, -297 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 7 chunks +10 lines, -10 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 18 chunks +33 lines, -21 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/ia32/debug-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/full-codegen-ia32.cc View 8 chunks +33 lines, -11 lines 0 comments Download
M src/ia32/ic-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 3 chunks +4 lines, -3 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 14 chunks +44 lines, -63 lines 0 comments Download
M src/ia32/lithium-ia32.h View 6 chunks +34 lines, -2 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 8 chunks +37 lines, -13 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 2 chunks +3 lines, -5 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 22 chunks +28 lines, -29 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ic.h View 1 chunk +8 lines, -0 lines 0 comments Download
M src/ic.cc View 2 chunks +22 lines, -0 lines 0 comments Download
M src/icu_util.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/isolate.h View 2 chunks +0 lines, -3 lines 0 comments Download
M src/isolate.cc View 3 chunks +0 lines, -4 lines 0 comments Download
M src/lithium.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/log.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/mark-compact.h View 1 chunk +1 line, -1 line 0 comments Download
M src/mark-compact.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/messages.js View 3 chunks +9 lines, -13 lines 0 comments Download
M src/mips/assembler-mips.h View 1 chunk +0 lines, -5 lines 0 comments Download
M src/mips/builtins-mips.cc View 7 chunks +10 lines, -10 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 21 chunks +35 lines, -23 lines 0 comments Download
M src/mips/codegen-mips.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/mips/debug-mips.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 6 chunks +33 lines, -10 lines 0 comments Download
M src/mips/lithium-codegen-mips.h View 3 chunks +3 lines, -3 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 20 chunks +63 lines, -67 lines 0 comments Download
M src/mips/lithium-gap-resolver-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/lithium-mips.h View 6 chunks +36 lines, -2 lines 0 comments Download
M src/mips/lithium-mips.cc View 8 chunks +41 lines, -14 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 4 chunks +6 lines, -6 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 24 chunks +31 lines, -32 lines 0 comments Download
M src/object-observe.js View 1 chunk +1 line, -4 lines 0 comments Download
M src/objects.h View 14 chunks +20 lines, -290 lines 0 comments Download
M src/objects.cc View 6 chunks +12 lines, -24 lines 0 comments Download
M src/objects-debug.cc View 1 chunk +3 lines, -6 lines 0 comments Download
M src/objects-inl.h View 6 chunks +23 lines, -25 lines 0 comments Download
M src/objects-visiting.h View 1 chunk +1 line, -1 line 0 comments Download
M src/parser.cc View 1 chunk +0 lines, -14 lines 0 comments Download
M src/platform-linux.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/profile-generator.h View 2 chunks +7 lines, -10 lines 0 comments Download
M src/profile-generator.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M src/runtime.h View 4 chunks +2 lines, -23 lines 0 comments Download
M src/runtime.cc View 1 8 chunks +24 lines, -343 lines 0 comments Download
M src/runtime.js View 1 chunk +14 lines, -0 lines 0 comments Download
M src/serialize.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/spaces.h View 1 chunk +2 lines, -3 lines 0 comments Download
M src/type-info.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/type-info.cc View 2 chunks +12 lines, -0 lines 0 comments Download
M src/typing.cc View 2 chunks +12 lines, -0 lines 0 comments Download
M src/v8.cc View 1 chunk +1 line, -6 lines 0 comments Download
M src/version.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/assembler-x64.h View 1 chunk +22 lines, -29 lines 0 comments Download
M src/x64/assembler-x64.cc View 2 chunks +5 lines, -2 lines 0 comments Download
M src/x64/assembler-x64-inl.h View 1 chunk +2 lines, -3 lines 0 comments Download
M src/x64/builtins-x64.cc View 14 chunks +24 lines, -24 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 35 chunks +64 lines, -48 lines 0 comments Download
M src/x64/codegen-x64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/x64/debug-x64.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M src/x64/deoptimizer-x64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 9 chunks +35 lines, -12 lines 0 comments Download
M src/x64/ic-x64.cc View 11 chunks +22 lines, -22 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 4 chunks +4 lines, -3 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 18 chunks +47 lines, -74 lines 0 comments Download
M src/x64/lithium-x64.h View 6 chunks +34 lines, -2 lines 0 comments Download
M src/x64/lithium-x64.cc View 8 chunks +37 lines, -13 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 4 chunks +5 lines, -9 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 35 chunks +47 lines, -47 lines 0 comments Download
M src/x64/regexp-macro-assembler-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/stub-cache-x64.cc View 7 chunks +11 lines, -11 lines 0 comments Download
M src/zone.h View 1 chunk +0 lines, -5 lines 0 comments Download
D test/benchmarks/benchmarks.status View 1 chunk +0 lines, -29 lines 0 comments Download
D test/benchmarks/testcfg.py View 1 chunk +0 lines, -181 lines 0 comments Download
M test/cctest/test-api.cc View 4 chunks +2 lines, -64 lines 0 comments Download
M test/cctest/test-code-stubs-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-code-stubs-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-cpu-profiler.cc View 1 chunk +0 lines, -15 lines 0 comments Download
M test/cctest/test-global-handles.cc View 1 chunk +0 lines, -50 lines 0 comments Download
M test/cctest/test-heap.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/intl/break-iterator/default-locale.js View 1 chunk +1 line, -1 line 0 comments Download
M test/intl/break-iterator/wellformed-unsupported-locale.js View 1 chunk +1 line, -1 line 0 comments Download
M test/intl/collator/default-locale.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/intl/collator/wellformed-unsupported-locale.js View 1 chunk +1 line, -1 line 0 comments Download
M test/intl/date-format/default-locale.js View 1 chunk +1 line, -1 line 0 comments Download
M test/intl/date-format/wellformed-unsupported-locale.js View 1 chunk +1 line, -1 line 0 comments Download
A + test/intl/general/v8Intl-exists.js View 1 chunk +7 lines, -13 lines 0 comments Download
M test/intl/intl.status View 1 chunk +9 lines, -1 line 0 comments Download
M test/intl/number-format/default-locale.js View 1 chunk +1 line, -1 line 0 comments Download
M test/intl/number-format/wellformed-unsupported-locale.js View 1 chunk +1 line, -1 line 0 comments Download
M test/intl/testcfg.py View 1 chunk +1 line, -1 line 0 comments Download
D test/mjsunit/harmony/array-find.js View 1 chunk +0 lines, -280 lines 0 comments Download
D test/mjsunit/harmony/array-findindex.js View 1 chunk +0 lines, -280 lines 0 comments Download
M test/mjsunit/harmony/array-iterator.js View 7 chunks +17 lines, -17 lines 0 comments Download
M test/mjsunit/harmony/object-observe.js View 4 chunks +1 line, -15 lines 0 comments Download
M test/mjsunit/math-abs.js View 1 chunk +0 lines, -11 lines 0 comments Download
D test/mjsunit/regress/regress-264203.js View 1 chunk +0 lines, -44 lines 0 comments Download
D test/mjsunit/regress/regress-2813.js View 1 chunk +0 lines, -44 lines 0 comments Download
D test/mjsunit/unary-minus-deopt.js View 1 chunk +0 lines, -55 lines 0 comments Download
M tools/grokdump.py View 5 chunks +256 lines, -18 lines 0 comments Download
M tools/gyp/v8.gyp View 2 chunks +5 lines, -4 lines 0 comments Download
M tools/run-tests.py View 3 chunks +1 line, -7 lines 0 comments Download
M tools/testrunner/local/old_statusfile.py View 2 chunks +0 lines, -2 lines 0 comments Download
M tools/testrunner/local/statusfile.py View 3 chunks +1 line, -6 lines 0 comments Download
M tools/testrunner/local/testsuite.py View 2 chunks +20 lines, -27 lines 0 comments Download
M tools/testrunner/local/verbose.py View 1 chunk +1 line, -1 line 0 comments Download
D tools/v8heapconst.py View 1 chunk +0 lines, -252 lines 0 comments Download
D tools/v8heapconst.py.tmpl View 1 chunk +0 lines, -30 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
danno
7 years, 4 months ago (2013-08-09 17:03:28 UTC) #1
Jakob Kummerow
Sigh. LGTM.
7 years, 4 months ago (2013-08-09 19:47:54 UTC) #2
Dmitry Lomov (no reviews)
On 2013/08/09 19:47:54, Jakob wrote: > Sigh. LGTM. NOT LGTM. I do not see r16084 ...
7 years, 4 months ago (2013-08-09 19:53:45 UTC) #3
Dmitry Lomov (no reviews)
On 2013/08/09 19:53:45, Dmitry Lomov (chromium) wrote: > On 2013/08/09 19:47:54, Jakob wrote: > > ...
7 years, 4 months ago (2013-08-09 20:00:20 UTC) #4
danno
7 years, 4 months ago (2013-08-09 20:03:16 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r16140 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698