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

Issue 1027463002: Revert "Merge old data and pointer space." (Closed)

Created:
5 years, 9 months ago by Hannes Payer (out of office)
Modified:
5 years, 9 months ago
Reviewers:
Michael Achenbach
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

Revert "Merge old data and pointer space." TBR=verwaest@chromium.org,ulan@chromium.org,ishell@chromium.org NOTRY=true Committed: https://crrev.com/cbfcee557503514bef20abdfc78ceb262c9c4d64 Cr-Commit-Position: refs/heads/master@{#27323}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1093 lines, -610 lines) Patch
M include/v8.h View 1 chunk +10 lines, -9 lines 0 comments Download
M src/api.cc View 1 chunk +8 lines, -4 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 2 chunks +12 lines, -4 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 +4 lines, -2 lines 0 comments Download
M src/arm64/lithium-codegen-arm64.cc View 2 chunks +12 lines, -4 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 +8 lines, -2 lines 0 comments Download
M src/assembler.cc View 1 chunk +19 lines, -4 lines 0 comments Download
M src/counters.h View 3 chunks +14 lines, -5 lines 0 comments Download
M src/extensions/statistics-extension.cc View 1 chunk +9 lines, -3 lines 0 comments Download
M src/factory.cc View 5 chunks +6 lines, -5 lines 0 comments Download
M src/flag-definitions.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/globals.h View 1 chunk +8 lines, -7 lines 0 comments Download
M src/heap/heap.h View 9 chunks +63 lines, -38 lines 0 comments Download
M src/heap/heap.cc View 1 46 chunks +158 lines, -85 lines 0 comments Download
M src/heap/heap-inl.h View 1 2 3 6 chunks +67 lines, -15 lines 0 comments Download
M src/heap/incremental-marking.cc View 4 chunks +17 lines, -3 lines 0 comments Download
M src/heap/mark-compact.h View 2 chunks +7 lines, -2 lines 0 comments Download
M src/heap/mark-compact.cc View 24 chunks +79 lines, -37 lines 0 comments Download
M src/heap/mark-compact-inl.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/heap/spaces.h View 9 chunks +21 lines, -11 lines 0 comments Download
M src/heap/spaces.cc View 4 chunks +16 lines, -4 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 +2 lines, -1 line 0 comments Download
M src/heap/store-buffer-inl.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/hydrogen-instructions.h View 4 chunks +17 lines, -6 lines 0 comments Download
M src/hydrogen-instructions.cc View 4 chunks +72 lines, -8 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 2 chunks +12 lines, -4 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 +6 lines, -3 lines 0 comments Download
M src/macro-assembler.h View 3 chunks +15 lines, -6 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 2 chunks +12 lines, -4 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 +4 lines, -2 lines 0 comments Download
M src/mips64/lithium-codegen-mips64.cc View 2 chunks +12 lines, -4 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 +3 lines, -1 line 0 comments Download
M src/ppc/lithium-codegen-ppc.cc View 2 chunks +12 lines, -4 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/serialize.cc View 4 chunks +24 lines, -14 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 2 chunks +12 lines, -4 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 +2 lines, -1 line 0 comments Download
M src/x87/lithium-codegen-x87.cc View 2 chunks +12 lines, -4 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 +6 lines, -3 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 +11 lines, -7 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 25 chunks +61 lines, -59 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 +4 lines, -3 lines 0 comments Download
M test/cctest/test-unboxed-doubles.cc View 3 chunks +3 lines, -3 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 +35 lines, -14 lines 0 comments Download
M tools/oom_dump/oom_dump.cc View 2 chunks +23 lines, -19 lines 0 comments Download
M tools/v8heapconst.py View 1 chunk +151 lines, -152 lines 0 comments Download

Messages

Total messages: 7 (3 generated)
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1027463002/60001
5 years, 9 months ago (2015-03-19 22:02:09 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1027463002/60001
5 years, 9 months ago (2015-03-19 22:03:00 UTC) #5
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 9 months ago (2015-03-19 22:03:29 UTC) #6
commit-bot: I haz the power
5 years, 9 months ago (2015-03-19 22:03:44 UTC) #7
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/cbfcee557503514bef20abdfc78ceb262c9c4d64
Cr-Commit-Position: refs/heads/master@{#27323}

Powered by Google App Engine
This is Rietveld 408576698