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

Issue 24205004: Rollback trunk to 3.21.16.2 (Closed)

Created:
7 years, 3 months ago by Hannes Payer (out of office)
Modified:
7 years, 3 months ago
Reviewers:
danno
CC:
v8-dev
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2513 lines, -3532 lines) Patch
M build/standalone.gypi View 1 chunk +0 lines, -3 lines 0 comments Download
M include/v8.h View 7 chunks +24 lines, -48 lines 0 comments Download
M samples/samples.gyp View 1 chunk +3 lines, -3 lines 0 comments Download
M src/api.cc View 7 chunks +19 lines, -40 lines 0 comments Download
M src/apinatives.js View 1 chunk +1 line, -0 lines 0 comments Download
M src/arguments.h View 2 chunks +0 lines, -2 lines 0 comments Download
M src/arm/assembler-arm.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/arm/builtins-arm.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M src/arm/codegen-arm.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M src/arm/lithium-arm.h View 4 chunks +16 lines, -2 lines 0 comments Download
M src/arm/lithium-arm.cc View 10 chunks +104 lines, -76 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 10 chunks +79 lines, -90 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 3 chunks +3 lines, -11 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 6 chunks +17 lines, -35 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 13 chunks +38 lines, -54 lines 0 comments Download
M src/array.js View 6 chunks +8 lines, -4 lines 0 comments Download
M src/assembler.h View 1 chunk +0 lines, -13 lines 0 comments Download
M src/assembler.cc View 1 chunk +0 lines, -20 lines 0 comments Download
M src/ast.h View 3 chunks +3 lines, -0 lines 0 comments Download
M src/ast.cc View 1 chunk +4 lines, -1 line 0 comments Download
M src/code-stubs.h View 1 chunk +9 lines, -2 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 4 chunks +24 lines, -28 lines 0 comments Download
M src/cpu-profiler.cc View 1 chunk +0 lines, -10 lines 0 comments Download
M src/d8.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/d8.gyp View 1 chunk +3 lines, -3 lines 0 comments Download
M src/debug.cc View 1 chunk +3 lines, -7 lines 0 comments Download
M src/deoptimizer.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M src/flag-definitions.h View 11 chunks +30 lines, -31 lines 0 comments Download
M src/flags.cc View 13 chunks +7 lines, -30 lines 0 comments Download
M src/handles.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/handles.cc View 1 chunk +15 lines, -0 lines 0 comments Download
M src/heap.h View 2 chunks +24 lines, -22 lines 0 comments Download
M src/heap.cc View 8 chunks +16 lines, -32 lines 0 comments Download
M src/heap-snapshot-generator.h View 3 chunks +8 lines, -9 lines 0 comments Download
src/heap-snapshot-generator.cc View 2 chunks +27 lines, -11 lines 0 comments Download
M src/hydrogen.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/hydrogen.cc View 11 chunks +23 lines, -33 lines 0 comments Download
M src/hydrogen-alias-analysis.h View 1 chunk +9 lines, -0 lines 0 comments Download
M src/hydrogen-instructions.h View 4 chunks +20 lines, -10 lines 0 comments Download
M src/hydrogen-instructions.cc View 2 chunks +6 lines, -4 lines 0 comments Download
D src/hydrogen-load-elimination.h View 1 chunk +0 lines, -50 lines 0 comments Download
D src/hydrogen-load-elimination.cc View 1 chunk +0 lines, -327 lines 0 comments Download
M src/i18n.cc View 6 chunks +6 lines, -6 lines 0 comments Download
M src/ia32/assembler-ia32.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/ia32/builtins-ia32.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 15 chunks +17 lines, -18 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 3 chunks +3 lines, -4 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 14 chunks +53 lines, -46 lines 0 comments Download
src/ia32/lithium-ia32.h View 5 chunks +21 lines, -2 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 9 chunks +85 lines, -53 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 4 chunks +3 lines, -10 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 11 chunks +17 lines, -37 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 14 chunks +43 lines, -55 lines 0 comments Download
M src/ic.cc View 22 chunks +38 lines, -61 lines 0 comments Download
M src/isolate.cc View 3 chunks +1 line, -6 lines 0 comments Download
M src/mips/assembler-mips.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/mips/builtins-mips.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M src/mips/codegen-mips.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 6 chunks +62 lines, -63 lines 0 comments Download
M src/mips/lithium-mips.h View 4 chunks +16 lines, -2 lines 0 comments Download
M src/mips/lithium-mips.cc View 10 chunks +101 lines, -74 lines 0 comments Download
src/mips/macro-assembler-mips.h View 3 chunks +2 lines, -10 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 5 chunks +14 lines, -30 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 13 chunks +40 lines, -53 lines 0 comments Download
M src/object-observe.js View 1 chunk +5 lines, -0 lines 0 comments Download
M src/objects.h View 21 chunks +134 lines, -140 lines 0 comments Download
M src/objects.cc View 42 chunks +565 lines, -560 lines 0 comments Download
M src/objects-debug.cc View 2 chunks +8 lines, -10 lines 0 comments Download
M src/objects-inl.h View 3 chunks +33 lines, -24 lines 0 comments Download
M src/optimizing-compiler-thread.h View 2 chunks +1 line, -3 lines 0 comments Download
M src/optimizing-compiler-thread.cc View 5 chunks +4 lines, -13 lines 0 comments Download
M src/platform.h View 3 chunks +2 lines, -4 lines 0 comments Download
M src/platform-cygwin.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/platform-freebsd.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M src/platform-linux.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M src/platform-macos.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M src/platform-openbsd.cc View 1 chunk +28 lines, -0 lines 0 comments Download
M src/platform-posix.h View 2 chunks +27 lines, -0 lines 0 comments Download
M src/platform-solaris.cc View 1 chunk +14 lines, -0 lines 0 comments Download
src/platform-win32.cc View 1 chunk +124 lines, -0 lines 0 comments Download
M src/preparser.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/runtime.h View 1 chunk +1 line, -1 line 0 comments Download
M src/runtime.cc View 22 chunks +40 lines, -58 lines 0 comments Download
M src/stub-cache.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/stub-cache.cc View 4 chunks +9 lines, -11 lines 0 comments Download
M src/unique.h View 7 chunks +6 lines, -24 lines 0 comments Download
M src/version.cc View 1 1 chunk +1 line, -1 line 0 comments Download
src/win32-math.h View 2 chunks +0 lines, -4 lines 0 comments Download
M src/win32-math.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/assembler-x64.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/x64/builtins-x64.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 14 chunks +16 lines, -16 lines 0 comments Download
M src/x64/codegen-x64.cc View 3 chunks +3 lines, -4 lines 0 comments Download
M src/x64/disasm-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/lithium-codegen-x64.cc View 13 chunks +51 lines, -59 lines 0 comments Download
M src/x64/lithium-x64.h View 4 chunks +16 lines, -2 lines 0 comments Download
M src/x64/lithium-x64.cc View 9 chunks +77 lines, -48 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 4 chunks +3 lines, -10 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 9 chunks +16 lines, -42 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 14 chunks +54 lines, -64 lines 0 comments Download
M test/cctest/test-accessors.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-api.cc View 5 chunks +10 lines, -104 lines 0 comments Download
M test/cctest/test-flags.cc View 12 chunks +11 lines, -24 lines 0 comments Download
M test/cctest/test-heap.cc View 12 chunks +64 lines, -57 lines 0 comments Download
M test/cctest/test-mark-compact.cc View 5 chunks +43 lines, -10 lines 0 comments Download
M test/cctest/test-unique.cc View 1 chunk +0 lines, -68 lines 0 comments Download
D test/mjsunit/compiler/load-elimination.js View 1 chunk +0 lines, -106 lines 0 comments Download
test/mjsunit/compiler/rotate.js View 1 chunk +0 lines, -86 lines 0 comments Download
M test/mjsunit/debug-stepin-function-call.js View 2 chunks +2 lines, -13 lines 0 comments Download
M test/mjsunit/harmony/object-observe.js View 4 chunks +7 lines, -97 lines 0 comments Download
D test/mjsunit/lithium/DivI.js View 1 chunk +0 lines, -57 lines 0 comments Download
D test/mjsunit/lithium/SeqStringSetChar.js View 1 chunk +0 lines, -46 lines 0 comments Download
D test/mjsunit/lithium/StoreKeyed.js View 1 chunk +0 lines, -61 lines 0 comments Download
D test/mjsunit/lithium/StoreKeyedExternal.js View 1 chunk +0 lines, -109 lines 0 comments Download
M tools/android-sync.sh View 1 chunk +0 lines, -1 line 0 comments Download
M tools/gyp/v8.gyp View 3 chunks +3 lines, -5 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Hannes Payer (out of office)
7 years, 3 months ago (2013-09-18 15:14:04 UTC) #1
danno
lgtm
7 years, 3 months ago (2013-09-18 15:27:50 UTC) #2
Hannes Payer (out of office)
7 years, 3 months ago (2013-09-18 15:30:47 UTC) #3
Message was sent while issue was closed.
Committed patchset #3 manually as r16796 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698