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

Issue 21173004: Version 3.20.11.1 (Closed)

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

Description

Version 3.20.11.1 Reverts to the state of 3.20.9.1 plus additional rollback of r15883 R=jkummerow@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=15975

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1515 lines, -12263 lines) Patch
M .gitignore View 1 chunk +0 lines, -1 line 0 comments Download
M ChangeLog View 1 chunk +0 lines, -10 lines 0 comments Download
M build/toolchain.gypi View 4 chunks +12 lines, -78 lines 0 comments Download
M include/v8.h View 5 chunks +5 lines, -25 lines 0 comments Download
M src/accessors.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M src/api.cc View 8 chunks +11 lines, -56 lines 0 comments Download
M src/arm/ic-arm.cc View 1 chunk +45 lines, -0 lines 0 comments Download
M src/arm/lithium-arm.h View 5 chunks +8 lines, -17 lines 0 comments Download
M src/arm/lithium-arm.cc View 4 chunks +19 lines, -22 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 6 chunks +25 lines, -27 lines 0 comments Download
M src/assembler.h View 3 chunks +1 line, -11 lines 0 comments Download
M src/builtins.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/builtins.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M src/checks.h View 3 chunks +2 lines, -4 lines 0 comments Download
M src/code-stubs.h View 1 chunk +42 lines, -0 lines 0 comments Download
M src/code-stubs.cc View 1 chunk +38 lines, -0 lines 0 comments Download
M src/compiler.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M src/cpu-profiler.h View 3 chunks +26 lines, -26 lines 0 comments Download
M src/cpu-profiler.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M src/cpu-profiler-inl.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/factory.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/flag-definitions.h View 2 chunks +5 lines, -1 line 0 comments Download
M src/globals.h View 5 chunks +141 lines, -251 lines 0 comments Download
M src/hydrogen.h View 3 chunks +2 lines, -3 lines 0 comments Download
M src/hydrogen.cc View 9 chunks +37 lines, -35 lines 0 comments Download
M src/hydrogen-instructions.h View 41 chunks +71 lines, -129 lines 0 comments Download
src/hydrogen-instructions.cc View 17 chunks +56 lines, -81 lines 0 comments Download
D src/hydrogen-mark-deoptimize.h View 1 chunk +0 lines, -63 lines 0 comments Download
D src/hydrogen-mark-deoptimize.cc View 1 chunk +0 lines, -71 lines 0 comments Download
M src/ia32/ic-ia32.cc View 1 chunk +55 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 8 chunks +27 lines, -51 lines 0 comments Download
M src/ia32/lithium-ia32.h View 4 chunks +3 lines, -15 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 7 chunks +17 lines, -29 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ic.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/isolate.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/isolate.cc View 2 chunks +3 lines, -8 lines 0 comments Download
M src/liveedit.cc View 1 chunk +1 line, -4 lines 0 comments Download
M src/log.h View 5 chunks +14 lines, -88 lines 0 comments Download
M src/log.cc View 22 chunks +324 lines, -191 lines 0 comments Download
M src/log-utils.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/mark-compact.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/messages.js View 5 chunks +22 lines, -22 lines 0 comments Download
M src/mips/assembler-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/ic-mips.cc View 1 chunk +45 lines, -0 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 8 chunks +24 lines, -31 lines 0 comments Download
M src/mips/lithium-mips.h View 5 chunks +8 lines, -17 lines 0 comments Download
M src/mips/lithium-mips.cc View 4 chunks +20 lines, -23 lines 0 comments Download
M src/objects.h View 3 chunks +11 lines, -21 lines 0 comments Download
M src/objects-inl.h View 1 chunk +2 lines, -19 lines 0 comments Download
M src/objects-printer.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/platform-win32.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/profile-generator.h View 6 chunks +49 lines, -5 lines 0 comments Download
src/profile-generator.cc View 4 chunks +32 lines, -18 lines 0 comments Download
src/runtime.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/runtime.cc View 2 chunks +35 lines, -1 line 0 comments Download
src/runtime-profiler.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/runtime-profiler.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/serialize.h View 3 chunks +7 lines, -5 lines 0 comments Download
M src/serialize.cc View 2 chunks +1 line, -140 lines 0 comments Download
M src/stub-cache.cc View 1 chunk +15 lines, -5 lines 0 comments Download
M src/third_party/vtune/vtune-jit.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/ic-x64.cc View 1 chunk +49 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/x64/lithium-codegen-x64.cc View 9 chunks +29 lines, -57 lines 0 comments Download
M src/x64/lithium-x64.h View 4 chunks +3 lines, -15 lines 0 comments Download
M src/x64/lithium-x64.cc View 9 chunks +19 lines, -25 lines 0 comments Download
M test/cctest/test-api.cc View 7 chunks +9 lines, -98 lines 0 comments Download
M test/cctest/test-cpu-profiler.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/test-log.cc View 4 chunks +4 lines, -0 lines 0 comments Download
M test/cctest/test-profile-generator.cc View 5 chunks +54 lines, -3 lines 0 comments Download
M test/mjsunit/array-literal-transitions.js View 1 chunk +2 lines, -4 lines 0 comments Download
M test/mjsunit/array-store-and-grow.js View 2 chunks +0 lines, -23 lines 0 comments Download
D test/mjsunit/compiler/dead-string-add.js View 1 chunk +0 lines, -65 lines 0 comments Download
D test/mjsunit/compiler/dead-string-add-warm.js View 1 chunk +0 lines, -76 lines 0 comments Download
D test/mjsunit/compiler/dead-string-char-code-at.js View 1 chunk +0 lines, -81 lines 0 comments Download
D test/mjsunit/compiler/dead-string-char-code-at2.js View 1 chunk +0 lines, -81 lines 0 comments Download
D test/mjsunit/compiler/dead-string-char-from-code.js View 1 chunk +0 lines, -76 lines 0 comments Download
M test/mjsunit/count-based-osr.js View 1 chunk +3 lines, -3 lines 0 comments Download
M test/mjsunit/elements-transition-and-store.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/generated-transition-stub.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/math-min-max.js View 1 chunk +0 lines, -15 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 chunk +5 lines, -0 lines 0 comments Download
M test/mjsunit/regress/regress-1118.js View 1 chunk +2 lines, -4 lines 0 comments Download
M test/mjsunit/regress/regress-2618.js View 2 chunks +3 lines, -2 lines 0 comments Download
M test/mjsunit/regress/regress-crbug-150545.js View 1 chunk +2 lines, -4 lines 0 comments Download
D test/mjsunit/regress/regress-crbug-258519.js View 1 chunk +0 lines, -45 lines 0 comments Download
M test/mjsunit/stack-traces.js View 2 chunks +2 lines, -6 lines 0 comments Download
D test/mjsunit/stack-traces-custom-lazy.js View 1 chunk +0 lines, -49 lines 0 comments Download
M test/mjsunit/transition-elements-kind.js View 1 chunk +2 lines, -1 line 0 comments Download
D test/webkit/fast/js/deep-recursion-test.js View 1 chunk +0 lines, -78 lines 0 comments Download
D test/webkit/fast/js/deep-recursion-test-expected.txt View 1 chunk +0 lines, -36 lines 0 comments Download
D test/webkit/fast/js/function-decompilation-operators.js View 1 chunk +0 lines, -83 lines 0 comments Download
D test/webkit/fast/js/function-decompilation-operators-expected.txt View 1 chunk +0 lines, -83 lines 0 comments Download
D test/webkit/fast/js/kde/Array.js View 1 chunk +0 lines, -236 lines 0 comments Download
D test/webkit/fast/js/kde/Array-expected.txt View 1 chunk +0 lines, -114 lines 0 comments Download
D test/webkit/fast/js/kde/Boolean.js View 1 chunk +0 lines, -32 lines 0 comments Download
D test/webkit/fast/js/kde/Boolean-expected.txt View 1 chunk +0 lines, -40 lines 0 comments Download
D test/webkit/fast/js/kde/Date-setYear.js View 1 chunk +0 lines, -36 lines 0 comments Download
test/webkit/fast/js/kde/Date-setYear-expected.txt View 1 chunk +0 lines, -42 lines 0 comments Download
D test/webkit/fast/js/kde/Error.js View 1 chunk +0 lines, -35 lines 0 comments Download
D test/webkit/fast/js/kde/Error-expected.txt View 1 chunk +0 lines, -38 lines 0 comments Download
D test/webkit/fast/js/kde/GlobalObject.js View 1 chunk +0 lines, -99 lines 0 comments Download
D test/webkit/fast/js/kde/GlobalObject-expected.txt View 1 chunk +0 lines, -91 lines 0 comments Download
D test/webkit/fast/js/kde/Number.js View 1 chunk +0 lines, -499 lines 0 comments Download
D test/webkit/fast/js/kde/Number-expected.txt View 1 chunk +0 lines, -486 lines 0 comments Download
D test/webkit/fast/js/kde/Object.js View 1 chunk +0 lines, -42 lines 0 comments Download
D test/webkit/fast/js/kde/Object-expected.txt View 1 chunk +0 lines, -44 lines 0 comments Download
D test/webkit/fast/js/kde/Prototype.js View 1 chunk +0 lines, -58 lines 0 comments Download
D test/webkit/fast/js/kde/Prototype-expected.txt View 1 chunk +0 lines, -36 lines 0 comments Download
D test/webkit/fast/js/kde/RegExp.js View 1 chunk +0 lines, -182 lines 0 comments Download
D test/webkit/fast/js/kde/RegExp-expected.txt View 1 chunk +0 lines, -126 lines 0 comments Download
test/webkit/fast/js/kde/arguments-scope.js View 1 chunk +0 lines, -73 lines 0 comments Download
D test/webkit/fast/js/kde/arguments-scope-expected.txt View 1 chunk +0 lines, -38 lines 0 comments Download
D test/webkit/fast/js/kde/assignments.js View 1 chunk +0 lines, -36 lines 0 comments Download
D test/webkit/fast/js/kde/assignments-expected.txt View 1 chunk +0 lines, -41 lines 0 comments Download
D test/webkit/fast/js/kde/cast.js View 1 chunk +0 lines, -28 lines 0 comments Download
D test/webkit/fast/js/kde/cast-expected.txt View 1 chunk +0 lines, -36 lines 0 comments Download
D test/webkit/fast/js/kde/comment-1.js View 1 chunk +0 lines, -25 lines 0 comments Download
D test/webkit/fast/js/kde/comment-1-expected.txt View 1 chunk +0 lines, -32 lines 0 comments Download
D test/webkit/fast/js/kde/comment-2.js View 1 chunk +0 lines, -25 lines 0 comments Download
D test/webkit/fast/js/kde/comment-2-expected.txt View 1 chunk +0 lines, -32 lines 0 comments Download
D test/webkit/fast/js/kde/completion.js View 1 chunk +0 lines, -49 lines 0 comments Download
D test/webkit/fast/js/kde/completion-expected.txt View 1 chunk +0 lines, -39 lines 0 comments Download
D test/webkit/fast/js/kde/conditional.js View 1 chunk +0 lines, -33 lines 0 comments Download
D test/webkit/fast/js/kde/conditional-expected.txt View 1 chunk +0 lines, -38 lines 0 comments Download
D test/webkit/fast/js/kde/constructor_length.js View 1 chunk +0 lines, -39 lines 0 comments Download
D test/webkit/fast/js/kde/constructor_length-expected.txt View 1 chunk +0 lines, -47 lines 0 comments Download
D test/webkit/fast/js/kde/crash-1.js View 1 chunk +0 lines, -32 lines 0 comments Download
D test/webkit/fast/js/kde/crash-1-expected.txt View 1 chunk +0 lines, -32 lines 0 comments Download
D test/webkit/fast/js/kde/crash-2.js View 1 chunk +0 lines, -34 lines 0 comments Download
D test/webkit/fast/js/kde/crash-2-expected.txt View 1 chunk +0 lines, -33 lines 0 comments Download
D test/webkit/fast/js/kde/delete.js View 1 chunk +0 lines, -27 lines 0 comments Download
D test/webkit/fast/js/kde/delete-expected.txt View 1 chunk +0 lines, -35 lines 0 comments Download
D test/webkit/fast/js/kde/empty.js View 1 chunk +0 lines, -24 lines 0 comments Download
D test/webkit/fast/js/kde/empty-expected.txt View 1 chunk +0 lines, -32 lines 0 comments Download
D test/webkit/fast/js/kde/encode_decode_uri.js View 1 chunk +0 lines, -102 lines 0 comments Download
D test/webkit/fast/js/kde/encode_decode_uri-expected.txt View 1 chunk +0 lines, -1128 lines 0 comments Download
D test/webkit/fast/js/kde/eval.js View 1 chunk +0 lines, -56 lines 0 comments Download
D test/webkit/fast/js/kde/eval-expected.txt View 1 chunk +0 lines, -38 lines 0 comments Download
D test/webkit/fast/js/kde/evil-n.js View 1 chunk +0 lines, -28 lines 0 comments Download
D test/webkit/fast/js/kde/evil-n-expected.txt View 1 chunk +0 lines, -34 lines 0 comments Download
D test/webkit/fast/js/kde/exception_propagation.js View 1 chunk +0 lines, -446 lines 0 comments Download
D test/webkit/fast/js/kde/exception_propagation-expected.txt View 1 chunk +0 lines, -97 lines 0 comments Download
D test/webkit/fast/js/kde/exceptions.js View 1 chunk +0 lines, -127 lines 0 comments Download
D test/webkit/fast/js/kde/exceptions-expected.txt View 1 chunk +0 lines, -41 lines 0 comments Download
D test/webkit/fast/js/kde/func-decl.js View 1 chunk +0 lines, -68 lines 0 comments Download
test/webkit/fast/js/kde/func-decl-expected.txt View 1 chunk +0 lines, -45 lines 0 comments Download
D test/webkit/fast/js/kde/inbuilt_function_proto.js View 1 chunk +0 lines, -117 lines 0 comments Download
D test/webkit/fast/js/kde/inbuilt_function_proto-expected.txt View 1 chunk +0 lines, -125 lines 0 comments Download
D test/webkit/fast/js/kde/iteration.js View 1 chunk +0 lines, -79 lines 0 comments Download
D test/webkit/fast/js/kde/iteration-expected.txt View 1 chunk +0 lines, -38 lines 0 comments Download
D test/webkit/fast/js/kde/j-comment-3.js View 1 chunk +0 lines, -25 lines 0 comments Download
D test/webkit/fast/js/kde/j-comment-3-expected.txt View 1 chunk +0 lines, -32 lines 0 comments Download
D test/webkit/fast/js/kde/j-comment-4.js View 1 chunk +0 lines, -25 lines 0 comments Download
D test/webkit/fast/js/kde/j-comment-4-expected.txt View 1 chunk +0 lines, -32 lines 0 comments Download
D test/webkit/fast/js/kde/literals.js View 1 chunk +0 lines, -38 lines 0 comments Download
D test/webkit/fast/js/kde/literals-expected.txt View 1 chunk +0 lines, -40 lines 0 comments Download
D test/webkit/fast/js/kde/lval-exceptions.js View 1 chunk +0 lines, -74 lines 0 comments Download
D test/webkit/fast/js/kde/lval-exceptions-expected.txt View 1 chunk +0 lines, -41 lines 0 comments Download
D test/webkit/fast/js/kde/math.js View 1 chunk +0 lines, -131 lines 0 comments Download
D test/webkit/fast/js/kde/math-expected.txt View 1 chunk +0 lines, -91 lines 0 comments Download
D test/webkit/fast/js/kde/md5-1.js View 1 chunk +0 lines, -413 lines 0 comments Download
D test/webkit/fast/js/kde/md5-1-expected.txt View 1 chunk +0 lines, -33 lines 0 comments Download
D test/webkit/fast/js/kde/md5-2.js View 1 chunk +0 lines, -243 lines 0 comments Download
D test/webkit/fast/js/kde/md5-2-expected.txt View 1 chunk +0 lines, -33 lines 0 comments Download
test/webkit/fast/js/kde/object_prototype.js View 1 chunk +0 lines, -101 lines 0 comments Download
D test/webkit/fast/js/kde/object_prototype-expected.txt View 1 chunk +0 lines, -62 lines 0 comments Download
D test/webkit/fast/js/kde/object_prototype_tostring.js View 1 chunk +0 lines, -51 lines 0 comments Download
D test/webkit/fast/js/kde/object_prototype_tostring-expected.txt View 1 chunk +0 lines, -41 lines 0 comments Download
D test/webkit/fast/js/kde/operators.js View 1 chunk +0 lines, -504 lines 0 comments Download
D test/webkit/fast/js/kde/operators-expected.txt View 1 chunk +0 lines, -346 lines 0 comments Download
D test/webkit/fast/js/kde/parse.js View 1 chunk +0 lines, -66 lines 0 comments Download
D test/webkit/fast/js/kde/parse-expected.txt View 1 chunk +0 lines, -53 lines 0 comments Download
D test/webkit/fast/js/kde/prototype_length.js View 1 chunk +0 lines, -60 lines 0 comments Download
D test/webkit/fast/js/kde/prototype_length-expected.txt View 1 chunk +0 lines, -50 lines 0 comments Download
D test/webkit/fast/js/kde/prototype_proto.js View 1 chunk +0 lines, -33 lines 0 comments Download
D test/webkit/fast/js/kde/prototype_proto-expected.txt View 1 chunk +0 lines, -41 lines 0 comments Download
D test/webkit/fast/js/kde/scope.js View 1 chunk +0 lines, -58 lines 0 comments Download
D test/webkit/fast/js/kde/scope-expected.txt View 1 chunk +0 lines, -36 lines 0 comments Download
D test/webkit/fast/js/kde/statements.js View 1 chunk +0 lines, -99 lines 0 comments Download
D test/webkit/fast/js/kde/statements-expected.txt View 1 chunk +0 lines, -45 lines 0 comments Download
D test/webkit/fast/js/kde/var_decl_init.js View 1 chunk +0 lines, -184 lines 0 comments Download
D test/webkit/fast/js/kde/var_decl_init-expected.txt View 1 chunk +0 lines, -53 lines 0 comments Download
M test/webkit/fast/js/stack-overflow-arrity-catch.js View 3 chunks +2 lines, -4 lines 0 comments Download
M test/webkit/fast/js/stack-overflow-arrity-catch-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
test/webkit/fast/js/string-anchor.js View 1 chunk +0 lines, -53 lines 0 comments Download
D test/webkit/fast/js/string-anchor-expected.txt View 1 chunk +0 lines, -41 lines 0 comments Download
D test/webkit/fast/js/string-fontcolor.js View 1 chunk +0 lines, -53 lines 0 comments Download
D test/webkit/fast/js/string-fontcolor-expected.txt View 1 chunk +0 lines, -41 lines 0 comments Download
D test/webkit/fast/js/string-fontsize.js View 1 chunk +0 lines, -56 lines 0 comments Download
D test/webkit/fast/js/string-fontsize-expected.txt View 1 chunk +0 lines, -42 lines 0 comments Download
D test/webkit/fast/js/string-link.js View 1 chunk +0 lines, -56 lines 0 comments Download
D test/webkit/fast/js/string-link-expected.txt View 1 chunk +0 lines, -42 lines 0 comments Download
D test/webkit/fast/js/toString-number.js View 1 chunk +0 lines, -94 lines 0 comments Download
D test/webkit/fast/js/toString-number-expected.txt View 1 chunk +0 lines, -329 lines 0 comments Download
M test/webkit/webkit.status View 1 chunk +0 lines, -3 lines 0 comments Download
M tools/blink_tests/TestExpectations View 1 chunk +4 lines, -1 line 0 comments Download
M tools/gyp/v8.gyp View 1 chunk +0 lines, -2 lines 0 comments Download
tools/run-deopt-fuzzer.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Jakob Kummerow
rubberstamp LGTM
7 years, 4 months ago (2013-07-31 07:43:58 UTC) #1
Jakob Kummerow
7 years, 4 months ago (2013-07-31 07:45:13 UTC) #2
Oh, wait. Please fix version.cc.

Powered by Google App Engine
This is Rietveld 408576698