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

Issue 1422773007: Make JSFunction::BodyDescriptor the only single place that knows how to iterate JSFunction's body. (Closed)

Created:
5 years, 1 month ago by Igor Sheludko
Modified:
5 years, 1 month ago
Reviewers:
Michael Starzinger
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Make JSFunction::BodyDescriptor the only single place that knows how to iterate JSFunction's body. The body descriptor supports different visiting policies: it could visit or skip the code entry and it could visit or skip next function field. BUG=v8:4531 LOG=Y Committed: https://crrev.com/8e09ee1dba6ffc204d1300a72d486751ab26a128 Cr-Commit-Position: refs/heads/master@{#31915}

Patch Set 1 : #

Total comments: 8

Patch Set 2 : Addressing comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+142 lines, -87 lines) Patch
M src/heap/objects-visiting.h View 1 2 chunks +9 lines, -16 lines 0 comments Download
M src/heap/objects-visiting.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/heap/objects-visiting-inl.h View 1 4 chunks +16 lines, -34 lines 0 comments Download
M src/objects.h View 5 chunks +36 lines, -11 lines 0 comments Download
M src/objects.cc View 1 chunk +0 lines, -9 lines 0 comments Download
M src/objects-inl.h View 5 chunks +75 lines, -13 lines 0 comments Download
M src/profiler/heap-snapshot-generator.cc View 1 1 chunk +5 lines, -2 lines 0 comments Download

Messages

Total messages: 27 (12 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1422773007/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1422773007/20001
5 years, 1 month ago (2015-11-05 18:37:20 UTC) #3
Igor Sheludko
PTAL
5 years, 1 month ago (2015-11-05 18:37:46 UTC) #5
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-11-05 19:14:36 UTC) #8
Michael Starzinger
Looking good, just nits. https://codereview.chromium.org/1422773007/diff/20001/src/heap/objects-visiting-inl.h File src/heap/objects-visiting-inl.h (right): https://codereview.chromium.org/1422773007/diff/20001/src/heap/objects-visiting-inl.h#newcode493 src/heap/objects-visiting-inl.h:493: typedef FlexibleBodyVisitor<StaticVisitor, I would vote ...
5 years, 1 month ago (2015-11-10 10:40:32 UTC) #9
Igor Sheludko
Thanks! https://codereview.chromium.org/1422773007/diff/20001/src/heap/objects-visiting-inl.h File src/heap/objects-visiting-inl.h (right): https://codereview.chromium.org/1422773007/diff/20001/src/heap/objects-visiting-inl.h#newcode493 src/heap/objects-visiting-inl.h:493: typedef FlexibleBodyVisitor<StaticVisitor, On 2015/11/10 10:40:32, Michael Starzinger wrote: ...
5 years, 1 month ago (2015-11-10 10:58:11 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1422773007/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1422773007/40001
5 years, 1 month ago (2015-11-10 11:02:12 UTC) #12
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-11-10 11:38:41 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1422773007/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1422773007/40001
5 years, 1 month ago (2015-11-10 11:39:11 UTC) #16
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. Only full committers are accepted. Even if an ...
5 years, 1 month ago (2015-11-10 11:39:12 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1422773007/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1422773007/40001
5 years, 1 month ago (2015-11-10 11:43:06 UTC) #20
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. Only full committers are accepted. Even if an ...
5 years, 1 month ago (2015-11-10 11:43:10 UTC) #22
Michael Starzinger
LGTM.
5 years, 1 month ago (2015-11-10 11:44:19 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1422773007/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1422773007/40001
5 years, 1 month ago (2015-11-10 11:44:45 UTC) #25
commit-bot: I haz the power
Committed patchset #2 (id:40001)
5 years, 1 month ago (2015-11-10 11:46:18 UTC) #26
commit-bot: I haz the power
5 years, 1 month ago (2015-11-10 11:46:47 UTC) #27
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/8e09ee1dba6ffc204d1300a72d486751ab26a128
Cr-Commit-Position: refs/heads/master@{#31915}

Powered by Google App Engine
This is Rietveld 408576698