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

Issue 2266493002: Used a BitField to improve packing of AstNode and subclasses (Closed)

Created:
4 years, 4 months ago by heimbuef
Modified:
4 years, 3 months ago
Reviewers:
Toon Verwaest
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

Used a BitField to improve packing of AstNode and subclasses BUG= Committed: https://crrev.com/48faea070fa883d1e08dd8cfcb335690c9842864 Cr-Commit-Position: refs/heads/master@{#39502}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Addressed comments #

Patch Set 3 : Squashing and rebasing #

Patch Set 4 : Introduced a bitfield into AstNode to save some words of mem #

Total comments: 1

Patch Set 5 : Introduced a bitfield into AstNode to save some words of mem #

Patch Set 6 : Merge branch 'master' into ast-packing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+265 lines, -184 lines) Patch
M src/ast/ast.h View 1 2 3 4 5 43 chunks +241 lines, -162 lines 0 comments Download
M src/ast/ast.cc View 1 2 3 4 5 8 chunks +24 lines, -22 lines 0 comments Download

Messages

Total messages: 23 (12 generated)
heimbuef
PTAL
4 years, 4 months ago (2016-08-25 07:30:03 UTC) #2
Toon Verwaest
https://codereview.chromium.org/2266493002/diff/1/src/ast/ast.h File src/ast/ast.h (right): https://codereview.chromium.org/2266493002/diff/1/src/ast/ast.h#newcode364 src/ast/ast.h:364: bit_field_ = ToBooleanTypesField::update(bit_field_, 0); Huh? why is this 0-9 ...
4 years, 3 months ago (2016-08-26 14:55:02 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2266493002/60001
4 years, 3 months ago (2016-08-31 17:08:54 UTC) #5
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started by full ...
4 years, 3 months ago (2016-08-31 17:08:56 UTC) #7
Toon Verwaest
https://codereview.chromium.org/2266493002/diff/60001/src/ast/ast.h File src/ast/ast.h (right): https://codereview.chromium.org/2266493002/diff/60001/src/ast/ast.h#newcode220 src/ast/ast.h:220: class NodeTypeField : public BitField<NodeType, 0, 7> {}; Isn't ...
4 years, 3 months ago (2016-08-31 17:23:30 UTC) #10
Toon Verwaest
lgtm
4 years, 3 months ago (2016-08-31 17:36:05 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2266493002/80001
4 years, 3 months ago (2016-09-19 08:07:37 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: v8_android_arm_compile_rel on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_android_arm_compile_rel/builds/24728) v8_linux64_asan_rel_ng on master.tryserver.v8 (JOB_FAILED, ...
4 years, 3 months ago (2016-09-19 08:09:35 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2266493002/100001
4 years, 3 months ago (2016-09-19 11:21:22 UTC) #20
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 3 months ago (2016-09-19 11:48:19 UTC) #21
commit-bot: I haz the power
4 years, 3 months ago (2016-09-19 11:48:49 UTC) #23
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/48faea070fa883d1e08dd8cfcb335690c9842864
Cr-Commit-Position: refs/heads/master@{#39502}

Powered by Google App Engine
This is Rietveld 408576698