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

Issue 1051233002: Reland "Merge old data and pointer space." (Closed)

Created:
5 years, 8 months ago by Hannes Payer (out of office)
Modified:
5 years, 8 months ago
Reviewers:
ulan
CC:
v8-dev, Paweł Hajdan Jr.
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Reland "Merge old data and pointer space." This reverts commit cbfcee557503514bef20abdfc78ceb262c9c4d64. BUG= Committed: https://crrev.com/59be4ba7f4f70dedcaac60914adaa2885a3da5d0 Cr-Commit-Position: refs/heads/master@{#27623}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+626 lines, -1110 lines) Patch
M include/v8.h View 1 chunk +8 lines, -9 lines 0 comments Download
M src/api.cc View 1 chunk +4 lines, -8 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 2 chunks +4 lines, -12 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/macro-assembler-arm.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M src/arm64/lithium-codegen-arm64.cc View 2 chunks +4 lines, -12 lines 0 comments Download
M src/arm64/macro-assembler-arm64.h View 1 chunk +1 line, -1 line 0 comments Download
M src/assembler.h View 1 chunk +2 lines, -8 lines 0 comments Download
M src/assembler.cc View 1 chunk +4 lines, -19 lines 0 comments Download
M src/counters.h View 3 chunks +5 lines, -14 lines 0 comments Download
M src/extensions/statistics-extension.cc View 1 chunk +3 lines, -9 lines 0 comments Download
M src/factory.cc View 5 chunks +5 lines, -6 lines 0 comments Download
M src/globals.h View 1 chunk +7 lines, -8 lines 0 comments Download
M src/heap/heap.h View 9 chunks +38 lines, -63 lines 0 comments Download
M src/heap/heap.cc View 46 chunks +85 lines, -158 lines 0 comments Download
M src/heap/heap-inl.h View 6 chunks +15 lines, -67 lines 0 comments Download
M src/heap/incremental-marking.cc View 4 chunks +3 lines, -17 lines 0 comments Download
M src/heap/mark-compact.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/heap/mark-compact.cc View 27 chunks +40 lines, -88 lines 0 comments Download
M src/heap/mark-compact-inl.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/heap/spaces.h View 9 chunks +14 lines, -24 lines 0 comments Download
M src/heap/spaces.cc View 4 chunks +4 lines, -16 lines 0 comments Download
M src/heap/spaces-inl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/heap/store-buffer.cc View 2 chunks +1 line, -2 lines 0 comments Download
M src/heap/store-buffer-inl.h View 2 chunks +0 lines, -2 lines 0 comments Download
M src/hydrogen-instructions.h View 4 chunks +6 lines, -17 lines 0 comments Download
M src/hydrogen-instructions.cc View 4 chunks +8 lines, -72 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 2 chunks +4 lines, -12 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 3 chunks +3 lines, -6 lines 0 comments Download
M src/macro-assembler.h View 3 chunks +6 lines, -15 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 2 chunks +4 lines, -12 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/macro-assembler-mips.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M src/mips64/lithium-codegen-mips64.cc View 2 chunks +4 lines, -12 lines 0 comments Download
M src/mips64/macro-assembler-mips64.h View 1 chunk +1 line, -1 line 0 comments Download
M src/objects.h View 2 chunks +1 line, -3 lines 0 comments Download
M src/ppc/lithium-codegen-ppc.cc View 2 chunks +4 lines, -12 lines 0 comments Download
M src/ppc/macro-assembler-ppc.h View 1 chunk +1 line, -1 line 0 comments Download
M src/ppc/macro-assembler-ppc.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M src/snapshot/serialize.cc View 4 chunks +14 lines, -24 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 2 chunks +4 lines, -12 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/macro-assembler-x64.cc View 2 chunks +1 line, -2 lines 0 comments Download
M src/x87/lithium-codegen-x87.cc View 2 chunks +4 lines, -12 lines 0 comments Download
M src/x87/macro-assembler-x87.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x87/macro-assembler-x87.cc View 3 chunks +3 lines, -6 lines 0 comments Download
M test/cctest/test-alloc.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M test/cctest/test-api.cc View 5 chunks +7 lines, -11 lines 0 comments Download
M test/cctest/test-constantpool.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M test/cctest/test-dictionary.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/test-heap.cc View 26 chunks +61 lines, -63 lines 0 comments Download
M test/cctest/test-mark-compact.cc View 8 chunks +9 lines, -9 lines 0 comments Download
M test/cctest/test-serialize.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M test/cctest/test-spaces.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M test/cctest/test-unboxed-doubles.cc View 11 chunks +14 lines, -14 lines 0 comments Download
M test/cctest/test-weakmaps.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/test-weaksets.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M tools/grokdump.py View 9 chunks +14 lines, -35 lines 0 comments Download
M tools/oom_dump/oom_dump.cc View 2 chunks +19 lines, -23 lines 0 comments Download
M tools/v8heapconst.py View 1 chunk +152 lines, -151 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
Hannes Payer (out of office)
5 years, 8 months ago (2015-04-02 14:21:56 UTC) #2
ulan
lgtm
5 years, 8 months ago (2015-04-07 10:54:51 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1051233002/1
5 years, 8 months ago (2015-04-07 10:57:30 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 8 months ago (2015-04-07 11:32:11 UTC) #6
commit-bot: I haz the power
5 years, 8 months ago (2015-04-07 11:32:23 UTC) #7
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/59be4ba7f4f70dedcaac60914adaa2885a3da5d0
Cr-Commit-Position: refs/heads/master@{#27623}

Powered by Google App Engine
This is Rietveld 408576698