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

Issue 2624203002: Version 5.7.440.1 (cherry-pick) (Closed)

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

Description

Version 5.7.440.1 (cherry-pick) Merged 7ef86f809131b169223b0cfe4a2b93792142da4a Revert of Internalize strings in-place (patchset #17 id:320001 of https://codereview.chromium.org/2549773002/ ) LOG=N TBR=machenbach@chromium.org Review-Url: https://codereview.chromium.org/2624203002 . Cr-Commit-Position: refs/heads/5.7.440@{#2} Cr-Branched-From: e2935640d76a5ed00378ee90ce2d9d6756812341-refs/heads/master@{#42211} Committed: https://chromium.googlesource.com/v8/v8/+/1d09372330a7938a88e030399e9d15bfb4671a48

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+313 lines, -894 lines) Patch
M include/v8.h View 2 chunks +4 lines, -4 lines 0 comments Download
M include/v8-version.h View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/code-stubs-arm.cc View 4 chunks +4 lines, -12 lines 0 comments Download
M src/arm/codegen-arm.cc View 2 chunks +2 lines, -10 lines 0 comments Download
M src/arm64/code-stubs-arm64.cc View 6 chunks +9 lines, -17 lines 0 comments Download
M src/arm64/codegen-arm64.cc View 2 chunks +2 lines, -11 lines 0 comments Download
M src/ast/ast-types.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M src/builtins/builtins-object.cc View 1 chunk +18 lines, -20 lines 0 comments Download
M src/code-stub-assembler.h View 2 chunks +4 lines, -2 lines 0 comments Download
M src/code-stub-assembler.cc View 18 chunks +65 lines, -100 lines 0 comments Download
M src/code-stubs.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/access-builder.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/compiler/access-builder.cc View 1 chunk +0 lines, -9 lines 0 comments Download
M src/compiler/types.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M src/elements.cc View 4 chunks +4 lines, -5 lines 0 comments Download
M src/factory.h View 1 chunk +0 lines, -5 lines 0 comments Download
M src/factory.cc View 5 chunks +14 lines, -48 lines 0 comments Download
M src/heap/heap.h View 2 chunks +4 lines, -2 lines 0 comments Download
M src/heap/heap.cc View 4 chunks +13 lines, -42 lines 0 comments Download
M src/heap/heap-inl.h View 2 chunks +0 lines, -3 lines 0 comments Download
M src/heap/mark-compact.cc View 1 chunk +2 lines, -6 lines 0 comments Download
M src/heap/objects-visiting.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/heap/objects-visiting.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M src/heap/objects-visiting-inl.h View 2 chunks +0 lines, -8 lines 0 comments Download
M src/heap/scavenger.cc View 4 chunks +0 lines, -27 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 3 chunks +2 lines, -10 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 2 chunks +3 lines, -11 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 chunk +3 lines, -5 lines 0 comments Download
M src/ic/accessor-assembler.cc View 4 chunks +2 lines, -6 lines 0 comments Download
M src/ic/ic.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M src/ic/keyed-store-generic.cc View 4 chunks +3 lines, -7 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 4 chunks +4 lines, -11 lines 0 comments Download
M src/mips/codegen-mips.cc View 2 chunks +3 lines, -9 lines 0 comments Download
M src/mips64/code-stubs-mips64.cc View 4 chunks +4 lines, -11 lines 0 comments Download
M src/mips64/codegen-mips64.cc View 2 chunks +3 lines, -9 lines 0 comments Download
M src/objects.h View 9 chunks +19 lines, -54 lines 0 comments Download
M src/objects.cc View 14 chunks +22 lines, -102 lines 0 comments Download
M src/objects-body-descriptors-inl.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/objects-debug.cc View 2 chunks +3 lines, -10 lines 0 comments Download
M src/objects-inl.h View 8 chunks +4 lines, -33 lines 0 comments Download
M src/objects-printer.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M src/ppc/code-stubs-ppc.cc View 3 chunks +2 lines, -10 lines 0 comments Download
M src/ppc/codegen-ppc.cc View 2 chunks +5 lines, -12 lines 0 comments Download
M src/profiler/heap-snapshot-generator.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M src/regexp/regexp-macro-assembler.cc View 2 chunks +0 lines, -5 lines 0 comments Download
M src/runtime/runtime-i18n.cc View 2 chunks +1 line, -3 lines 0 comments Download
M src/runtime/runtime-internal.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M src/runtime/runtime-object.cc View 1 chunk +0 lines, -8 lines 0 comments Download
M src/runtime/runtime-regexp.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M src/runtime/runtime-strings.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M src/s390/code-stubs-s390.cc View 3 chunks +2 lines, -10 lines 0 comments Download
M src/s390/codegen-s390.cc View 2 chunks +5 lines, -12 lines 0 comments Download
M src/value-serializer.cc View 2 chunks +3 lines, -8 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 3 chunks +2 lines, -10 lines 0 comments Download
M src/x64/codegen-x64.cc View 2 chunks +3 lines, -11 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 chunk +3 lines, -5 lines 0 comments Download
M src/x87/code-stubs-x87.cc View 3 chunks +2 lines, -10 lines 0 comments Download
M src/x87/codegen-x87.cc View 2 chunks +3 lines, -11 lines 0 comments Download
M src/x87/macro-assembler-x87.cc View 1 chunk +3 lines, -5 lines 0 comments Download
M test/cctest/test-code-stub-assembler.cc View 3 chunks +57 lines, -37 lines 0 comments Download
M test/cctest/test-strings.cc View 1 chunk +0 lines, -25 lines 0 comments Download
D test/mjsunit/thin-strings.js View 1 chunk +0 lines, -72 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
Michael Hablich
3 years, 11 months ago (2017-01-11 12:48:49 UTC) #1
Michael Hablich
Committed patchset #1 (id:1) manually as 1d09372330a7938a88e030399e9d15bfb4671a48.
3 years, 11 months ago (2017-01-11 12:49:21 UTC) #3
Michael Achenbach
3 years, 11 months ago (2017-01-11 12:57:49 UTC) #4
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698