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

Issue 17162002: Version 3.19.17. (Closed)

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

Description

Version 3.19.17. Rollback to source of 3.19.15 plus bug fix for chromium:249866 R=jkummerow@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=15175

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+971 lines, -1627 lines) Patch
M ChangeLog View 1 chunk +0 lines, -5 lines 0 comments Download
M include/v8.h View 2 chunks +6 lines, -4 lines 0 comments Download
M src/api.h View 1 chunk +0 lines, -18 lines 0 comments Download
M src/api.cc View 1 chunk +0 lines, -51 lines 0 comments Download
M src/arm/code-stubs-arm.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 3 chunks +10 lines, -8 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 5 chunks +6 lines, -5 lines 0 comments Download
M src/arm/ic-arm.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/arm/lithium-arm.cc View 3 chunks +2 lines, -19 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 2 chunks +8 lines, -2 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 7 chunks +58 lines, -31 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 2 chunks +1 line, -24 lines 0 comments Download
M src/arm/simulator-arm.cc View 5 chunks +2 lines, -63 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 5 chunks +3 lines, -40 lines 0 comments Download
M src/assembler.h View 1 chunk +1 line, -19 lines 0 comments Download
M src/builtins.h View 1 chunk +0 lines, -4 lines 0 comments Download
M src/builtins.cc View 2 chunks +2 lines, -12 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 3 chunks +7 lines, -4 lines 0 comments Download
M src/cpu-profiler.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/d8-readline.cc View 1 chunk +7 lines, -8 lines 0 comments Download
M src/data-flow.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/deoptimizer.h View 8 chunks +11 lines, -17 lines 0 comments Download
M src/deoptimizer.cc View 17 chunks +52 lines, -253 lines 0 comments Download
M src/full-codegen.h View 1 chunk +4 lines, -5 lines 0 comments Download
M src/hydrogen.h View 8 chunks +12 lines, -20 lines 0 comments Download
M src/hydrogen.cc View 57 chunks +167 lines, -120 lines 0 comments Download
M src/hydrogen-instructions.h View 6 chunks +6 lines, -27 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 2 chunks +3 lines, -8 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 6 chunks +7 lines, -6 lines 0 comments Download
M src/ia32/ic-ia32.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 2 chunks +8 lines, -2 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 7 chunks +58 lines, -31 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 3 chunks +2 lines, -19 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 2 chunks +0 lines, -20 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 7 chunks +10 lines, -38 lines 0 comments Download
M src/ic.h View 2 chunks +2 lines, -8 lines 0 comments Download
M src/ic.cc View 7 chunks +19 lines, -31 lines 0 comments Download
M src/lithium.h View 7 chunks +7 lines, -11 lines 0 comments Download
M src/mark-compact.cc View 5 chunks +19 lines, -12 lines 0 comments Download
M src/mips/code-stubs-mips.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 4 chunks +38 lines, -25 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 9 chunks +44 lines, -22 lines 0 comments Download
M src/mips/ic-mips.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/mips/lithium-codegen-mips.h View 2 chunks +8 lines, -2 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 7 chunks +58 lines, -31 lines 0 comments Download
M src/mips/lithium-mips.cc View 4 chunks +11 lines, -23 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 2 chunks +1 line, -23 lines 0 comments Download
M src/mips/simulator-mips.cc View 4 chunks +0 lines, -55 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 7 chunks +3 lines, -42 lines 0 comments Download
M src/objects.h View 7 chunks +19 lines, -2 lines 0 comments Download
M src/objects.cc View 2 chunks +5 lines, -2 lines 0 comments Download
M src/objects-inl.h View 7 chunks +65 lines, -0 lines 0 comments Download
M src/property.h View 1 chunk +0 lines, -5 lines 0 comments Download
M src/runtime-profiler.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/runtime-profiler.cc View 5 chunks +11 lines, -24 lines 0 comments Download
M src/sampler.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/spaces.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/spaces.cc View 7 chunks +5 lines, -50 lines 0 comments Download
M src/version.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 2 chunks +3 lines, -8 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 6 chunks +7 lines, -6 lines 0 comments Download
M src/x64/ic-x64.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 2 chunks +8 lines, -2 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 7 chunks +58 lines, -31 lines 0 comments Download
M src/x64/lithium-x64.cc View 3 chunks +2 lines, -19 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 2 chunks +0 lines, -22 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 7 chunks +2 lines, -29 lines 0 comments Download
M test/cctest/test-api.cc View 28 chunks +100 lines, -183 lines 0 comments Download
M test/cctest/test-cpu-profiler.cc View 2 chunks +6 lines, -3 lines 0 comments Download
M test/cctest/test-mark-compact.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/compiler/inline-arguments.js View 1 chunk +0 lines, -43 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
danno
PTAL. Just in case. Please verify that it is indeed 3.19.15.1 plus the bug fix.
7 years, 6 months ago (2013-06-15 14:19:38 UTC) #1
Jakob Kummerow
7 years, 6 months ago (2013-06-15 14:37:06 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698