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

Issue 950283002: Move Maps' back pointers from "transitions" to "constructor" field (Closed)

Created:
5 years, 10 months ago by Jakob Kummerow
Modified:
5 years, 10 months ago
Reviewers:
Toon Verwaest
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Move Maps' back pointers from "transitions" to "constructor" field Committed: https://crrev.com/affcfaf42801414d25b3e57271a9803a026f40ed Cr-Commit-Position: refs/heads/master@{#26835}

Patch Set 1 #

Total comments: 4

Patch Set 2 : addressed comments #

Patch Set 3 : rebased #

Patch Set 4 : add missing smi check #

Patch Set 5 : fix stupidity on arm64 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+231 lines, -142 lines) Patch
M src/api.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/full-codegen-arm.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 2 3 2 chunks +15 lines, -1 line 0 comments Download
M src/arm64/full-codegen-arm64.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M src/arm64/lithium-codegen-arm64.cc View 1 chunk +8 lines, -6 lines 0 comments Download
M src/arm64/macro-assembler-arm64.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/arm64/macro-assembler-arm64.cc View 1 2 3 4 2 chunks +15 lines, -1 line 0 comments Download
M src/bootstrapper.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M src/builtins.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/heap-snapshot-generator.cc View 3 chunks +11 lines, -16 lines 0 comments Download
M src/heap/heap.cc View 8 chunks +15 lines, -15 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 2 3 2 chunks +15 lines, -1 line 0 comments Download
M src/isolate.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M src/objects.h View 4 chunks +16 lines, -19 lines 0 comments Download
M src/objects.cc View 1 2 19 chunks +27 lines, -26 lines 0 comments Download
M src/objects-inl.h View 1 6 chunks +36 lines, -22 lines 0 comments Download
M src/objects-printer.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/runtime/runtime-classes.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/runtime/runtime-debug.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/runtime/runtime-regexp.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/runtime/runtime-scopes.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/type-info.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 2 3 2 chunks +15 lines, -1 line 0 comments Download
M test/mjsunit/function-prototype.js View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (9 generated)
Jakob Kummerow
PTAL. This doesn't yet clean up the now-unused slot in the TransitionArray -- the next ...
5 years, 10 months ago (2015-02-24 10:50:57 UTC) #2
Toon Verwaest
lgtm with comment https://codereview.chromium.org/950283002/diff/1/src/objects-inl.h File src/objects-inl.h (right): https://codereview.chromium.org/950283002/diff/1/src/objects-inl.h#newcode5497 src/objects-inl.h:5497: (value->IsMap() && GetBackPointer()->IsUndefined())); DCHECK(!value->IsMap() || Map::cast(value)->GetConstructor() ...
5 years, 10 months ago (2015-02-24 12:24:55 UTC) #3
Jakob Kummerow
Thanks for the review, I've addressed your comments. I've also fixed the combination of non-instance ...
5 years, 10 months ago (2015-02-24 16:30:26 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/950283002/40001
5 years, 10 months ago (2015-02-24 16:34:01 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_nodcheck_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_nodcheck_rel/builds/211)
5 years, 10 months ago (2015-02-24 16:44:34 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/950283002/60001
5 years, 10 months ago (2015-02-24 17:18:33 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_arm64_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm64_rel/builds/3169)
5 years, 10 months ago (2015-02-24 17:48:24 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/950283002/80001
5 years, 10 months ago (2015-02-24 20:23:33 UTC) #17
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 10 months ago (2015-02-24 20:50:16 UTC) #18
commit-bot: I haz the power
5 years, 10 months ago (2015-02-24 20:50:35 UTC) #19
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/affcfaf42801414d25b3e57271a9803a026f40ed
Cr-Commit-Position: refs/heads/master@{#26835}

Powered by Google App Engine
This is Rietveld 408576698