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

Issue 10878047: Revert to code state of 3.13.1 plus r12350 (Closed)

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

Description

Revert to code state of 3.13.1 plus r12350 R=yangguo@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=12377

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1132 lines, -1950 lines) Patch
M include/v8.h View 1 chunk +1 line, -1 line 0 comments Download
M src/accessors.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/api.cc View 10 chunks +12 lines, -11 lines 0 comments Download
M src/arm/builtins-arm.cc View 4 chunks +12 lines, -14 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 9 chunks +21 lines, -22 lines 0 comments Download
M src/arm/deoptimizer-arm.cc View 2 chunks +1 line, -109 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 7 chunks +12 lines, -14 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 3 chunks +4 lines, -6 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 5 chunks +19 lines, -23 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 5 chunks +23 lines, -52 lines 0 comments Download
M src/bootstrapper.h View 1 chunk +1 line, -1 line 0 comments Download
M src/bootstrapper.cc View 56 chunks +121 lines, -125 lines 0 comments Download
M src/builtins.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/builtins.cc View 11 chunks +15 lines, -21 lines 0 comments Download
M src/compilation-cache.h View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler.h View 1 chunk +2 lines, -3 lines 0 comments Download
M src/compiler.cc View 5 chunks +10 lines, -10 lines 0 comments Download
M src/contexts.h View 8 chunks +23 lines, -25 lines 0 comments Download
M src/contexts.cc View 11 chunks +18 lines, -18 lines 0 comments Download
M src/d8.h View 2 chunks +0 lines, -2 lines 0 comments Download
M src/d8.cc View 4 chunks +4 lines, -10 lines 0 comments Download
M src/debug.cc View 10 chunks +13 lines, -15 lines 0 comments Download
M src/debug-debugger.js View 1 chunk +1 line, -1 line 0 comments Download
M src/deoptimizer.h View 4 chunks +2 lines, -6 lines 0 comments Download
M src/deoptimizer.cc View 10 chunks +7 lines, -31 lines 0 comments Download
M src/execution.cc View 10 chunks +12 lines, -12 lines 0 comments Download
M src/factory.h View 4 chunks +4 lines, -4 lines 0 comments Download
M src/factory.cc View 6 chunks +11 lines, -11 lines 0 comments Download
M src/flag-definitions.h View 3 chunks +6 lines, -3 lines 0 comments Download
M src/handles.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/heap.h View 11 chunks +14 lines, -27 lines 0 comments Download
M src/heap.cc View 23 chunks +33 lines, -34 lines 0 comments Download
M src/hydrogen.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/builtins-ia32.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 9 chunks +20 lines, -20 lines 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 2 chunks +1 line, -110 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 6 chunks +10 lines, -10 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 4 chunks +5 lines, -8 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 5 chunks +20 lines, -23 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 4 chunks +22 lines, -49 lines 0 comments Download
M src/incremental-marking.cc View 5 chunks +9 lines, -9 lines 0 comments Download
M src/isolate.h View 6 chunks +17 lines, -17 lines 0 comments Download
M src/isolate.cc View 4 chunks +13 lines, -14 lines 0 comments Download
M src/json-parser.h View 1 chunk +1 line, -1 line 0 comments Download
M src/liveobjectlist.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/mark-compact.cc View 7 chunks +17 lines, -17 lines 0 comments Download
M src/mips/builtins-mips.cc View 4 chunks +12 lines, -14 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 9 chunks +21 lines, -22 lines 0 comments Download
M src/mips/deoptimizer-mips.cc View 2 chunks +1 line, -109 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 7 chunks +12 lines, -12 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 3 chunks +4 lines, -6 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 5 chunks +19 lines, -22 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 5 chunks +24 lines, -53 lines 0 comments Download
M src/objects.h View 10 chunks +17 lines, -17 lines 0 comments Download
M src/objects.cc View 19 chunks +42 lines, -54 lines 0 comments Download
M src/objects-debug.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/objects-inl.h View 8 chunks +14 lines, -14 lines 0 comments Download
M src/objects-printer.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/objects-visiting.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/objects-visiting-inl.h View 5 chunks +7 lines, -6 lines 0 comments Download
M src/profile-generator.cc View 4 chunks +9 lines, -9 lines 0 comments Download
M src/runtime.cc View 45 chunks +66 lines, -66 lines 0 comments Download
M src/scopes.h View 1 chunk +1 line, -1 line 0 comments Download
M src/scopes.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/serialize.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/spaces.cc View 1 chunk +4 lines, -5 lines 0 comments Download
M src/string-stream.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/stub-cache.h View 2 chunks +1 line, -4 lines 0 comments Download
M src/stub-cache.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/type-info.h View 3 chunks +4 lines, -4 lines 0 comments Download
M src/type-info.cc View 12 chunks +22 lines, -22 lines 0 comments Download
M src/v8.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/v8globals.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/builtins-x64.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 9 chunks +20 lines, -20 lines 0 comments Download
M src/x64/deoptimizer-x64.cc View 2 chunks +1 line, -110 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 6 chunks +12 lines, -14 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 3 chunks +4 lines, -6 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 5 chunks +20 lines, -24 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 5 chunks +25 lines, -52 lines 0 comments Download
M test/cctest/test-api.cc View 9 chunks +1 line, -44 lines 0 comments Download
M test/cctest/test-compiler.cc View 10 chunks +12 lines, -12 lines 0 comments Download
M test/cctest/test-debug.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/test-heap.cc View 33 chunks +40 lines, -47 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M test/cctest/test-mark-compact.cc View 4 chunks +7 lines, -9 lines 0 comments Download
M test/cctest/test-random.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M test/cctest/test-serialize.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/compiler/inline-accessors.js View 12 chunks +83 lines, -148 lines 0 comments Download
M test/mjsunit/debug-script.js View 1 chunk +2 lines, -3 lines 0 comments Download
M test/mjsunit/elements-transition-hoisting.js View 9 chunks +32 lines, -33 lines 0 comments Download
D test/mjsunit/regress/regress-2296.js View 1 chunk +0 lines, -40 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
danno
8 years, 4 months ago (2012-08-24 10:37:44 UTC) #1
Yang
8 years, 4 months ago (2012-08-24 11:17:28 UTC) #2
On 2012/08/24 10:37:44, danno wrote:

LGTM, but why is this 3.13.3.1 instead of 3.13.1.1 or 3.13.4 in version.cc?

Powered by Google App Engine
This is Rietveld 408576698