Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(379)

Issue 2592393002: Version 5.7.324.2 (cherry-pick) (Closed)

Created:
3 years, 12 months ago by Michael Hablich
Modified:
3 years, 12 months ago
Reviewers:
jgruber
CC:
v8-reviews_googlegroups.com, oth, v8-x87-ports_googlegroups.com, Yang, v8-ppc-ports_googlegroups.com, v8-mips-ports_googlegroups.com, v8-merges_googlegroups.com, rmcilroy, Hannes Payer (out of office), ulan, Paweł Hajdan Jr.
Target Ref:
refs/pending/heads/5.7.324
Project:
v8
Visibility:
Public.

Description

Version 5.7.324.2 (cherry-pick) Merged aa8a208a473af43e7aa97626d8d2a4a81667850c Revert of [TypeFeedbackVector] Root literal arrays in function literals slots (patchset #11 id:370001 of https://codereview.chromium.org/2504153002/ ) [email protected] Review-Url: https://codereview.chromium.org/2592393002 . Cr-Commit-Position: refs/heads/5.7.324@{#3} Cr-Branched-From: 2041c504025d706041e50e52d9e8c7221667492d-refs/heads/master@{#41902} Committed: https://chromium.googlesource.com/v8/v8/+/65e3722a1995fbbdb266d19e717d65749c9444e5

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+665 lines, -738 lines) Patch
M include/v8-version.h View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/interface-descriptors-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm64/interface-descriptors-arm64.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M src/ast/ast.h View 4 chunks +0 lines, -27 lines 0 comments Download
M src/ast/ast-numbering.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M src/builtins/arm/builtins-arm.cc View 4 chunks +17 lines, -2 lines 0 comments Download
M src/builtins/arm64/builtins-arm64.cc View 4 chunks +14 lines, -2 lines 0 comments Download
M src/builtins/ia32/builtins-ia32.cc View 4 chunks +17 lines, -2 lines 0 comments Download
M src/builtins/mips/builtins-mips.cc View 4 chunks +17 lines, -2 lines 0 comments Download
M src/builtins/mips64/builtins-mips64.cc View 4 chunks +17 lines, -2 lines 0 comments Download
M src/builtins/x64/builtins-x64.cc View 4 chunks +14 lines, -2 lines 0 comments Download
M src/code-stubs.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/code-stubs.cc View 3 chunks +5 lines, -9 lines 0 comments Download
M src/compiler.cc View 4 chunks +19 lines, -12 lines 0 comments Download
M src/compiler/ast-graph-builder.cc View 1 chunk +1 line, -3 lines 0 comments Download
M src/compiler/bytecode-graph-builder.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M src/compiler/js-create-lowering.cc View 2 chunks +3 lines, -9 lines 0 comments Download
M src/compiler/js-generic-lowering.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M src/compiler/js-operator.h View 2 chunks +1 line, -5 lines 0 comments Download
M src/compiler/js-operator.cc View 3 chunks +4 lines, -6 lines 0 comments Download
M src/contexts.h View 1 chunk +3 lines, -2 lines 0 comments Download
M src/contexts.cc View 6 chunks +27 lines, -8 lines 0 comments Download
M src/crankshaft/hydrogen.cc View 1 chunk +2 lines, -9 lines 0 comments Download
M src/debug/liveedit.cc View 5 chunks +31 lines, -75 lines 0 comments Download
M src/factory.h View 1 chunk +0 lines, -9 lines 0 comments Download
M src/factory.cc View 2 chunks +0 lines, -31 lines 0 comments Download
M src/flag-definitions.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/full-codegen/full-codegen.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/full-codegen/full-codegen.cc View 4 chunks +2 lines, -14 lines 0 comments Download
M src/heap/object-stats.cc View 1 chunk +20 lines, -0 lines 0 comments Download
M src/ia32/interface-descriptors-ia32.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/interface-descriptors.h View 1 chunk +1 line, -1 line 0 comments Download
M src/interpreter/bytecode-array-builder.h View 1 chunk +1 line, -1 line 0 comments Download
M src/interpreter/bytecode-array-builder.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/interpreter/bytecode-generator.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M src/interpreter/bytecodes.h View 1 chunk +1 line, -1 line 0 comments Download
M src/interpreter/interpreter.cc View 2 chunks +5 lines, -13 lines 0 comments Download
M src/mips/interface-descriptors-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips64/interface-descriptors-mips64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/objects.h View 7 chunks +18 lines, -7 lines 0 comments Download
M src/objects.cc View 8 chunks +57 lines, -49 lines 0 comments Download
M src/objects-inl.h View 2 chunks +2 lines, -13 lines 0 comments Download
M src/objects-printer.cc View 3 chunks +0 lines, -12 lines 0 comments Download
M src/runtime/runtime.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/runtime/runtime-interpreter.cc View 1 chunk +3 lines, -8 lines 0 comments Download
M src/runtime/runtime-scopes.cc View 1 chunk +6 lines, -20 lines 0 comments Download
M src/type-feedback-vector.h View 10 chunks +4 lines, -44 lines 0 comments Download
M src/type-feedback-vector.cc View 12 chunks +6 lines, -81 lines 0 comments Download
M src/type-feedback-vector-inl.h View 2 chunks +1 line, -27 lines 0 comments Download
M src/x64/interface-descriptors-x64.cc View 1 chunk +1 line, -2 lines 0 comments Download
M test/cctest/heap/test-heap.cc View 3 chunks +208 lines, -3 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/BasicLoops.golden View 2 chunks +5 lines, -5 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/BreakableBlocks.golden View 4 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/CallLookupSlot.golden View 3 chunks +6 lines, -6 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/ClassDeclarations.golden View 18 chunks +23 lines, -23 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/CompoundExpressions.golden View 1 chunk +3 lines, -3 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/ConstVariableContextSlot.golden View 4 chunks +8 lines, -8 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/ContextParameters.golden View 5 chunks +8 lines, -8 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/ContextVariables.golden View 7 chunks +10 lines, -10 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/CountOperators.golden View 2 chunks +6 lines, -6 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/DeclareGlobals.golden View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/interpreter/bytecode_expectations/Delete.golden View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/FunctionLiterals.golden View 3 chunks +6 lines, -6 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/LetVariableContextSlot.golden View 4 chunks +8 lines, -8 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/Modules.golden View 5 chunks +5 lines, -5 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/ObjectLiterals.golden View 9 chunks +16 lines, -16 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/TopLevelObjectLiterals.golden View 2 chunks +3 lines, -3 lines 0 comments Download
M test/cctest/test-feedback-vector.cc View 1 chunk +0 lines, -16 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 1 chunk +1 line, -1 line 0 comments Download
D test/mjsunit/strong-rooted-literals.js View 1 chunk +0 lines, -40 lines 0 comments Download
M test/unittests/compiler/js-create-lowering-unittest.cc View 2 chunks +3 lines, -14 lines 0 comments Download
M test/unittests/interpreter/bytecode-array-builder-unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (1 generated)
Michael Hablich
3 years, 12 months ago (2016-12-22 10:30:55 UTC) #1
Michael Hablich
3 years, 12 months ago (2016-12-22 10:31:24 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
65e3722a1995fbbdb266d19e717d65749c9444e5.

Powered by Google App Engine
This is Rietveld 408576698