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

Issue 2257493002: Better pack fields in Variable (Closed)

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

Better pack fields in Variable Used a BitField to for Variable fields instead of relying on the compiler, saving some memory probably. This reduces sizeof(Variable) from 64 to 40 on x64 BUG=v8:5209 Committed: https://crrev.com/955606506c256ea389d6c4a8e07babfea512d190 Committed: https://crrev.com/57ce7d674ceea0c75b0feabc9079412759137a6f Cr-Original-Commit-Position: refs/heads/master@{#38891} Cr-Commit-Position: refs/heads/master@{#38967}

Patch Set 1 : Rebase #

Patch Set 2 : Merged master #

Total comments: 1

Patch Set 3 : Restored DCheck #

Patch Set 4 : Merged master (again) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M src/ast/variables.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 40 (23 generated)
heimbuef
4 years, 4 months ago (2016-08-17 15:41:43 UTC) #2
Toon Verwaest
lgtm
4 years, 4 months ago (2016-08-17 19:57:01 UTC) #5
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/2257493002/20001
4 years, 4 months ago (2016-08-18 07:36:51 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: v8_win_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win_rel_ng/builds/12646) v8_win_rel_ng_triggered on master.tryserver.v8 (JOB_FAILED, ...
4 years, 4 months ago (2016-08-18 08:49:51 UTC) #11
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/2257493002/20001
4 years, 4 months ago (2016-08-23 09:50:40 UTC) #13
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/23186) v8_linux64_asan_rel_ng on master.tryserver.v8 (JOB_FAILED, ...
4 years, 4 months ago (2016-08-23 09:51:51 UTC) #15
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/2257493002/40001
4 years, 3 months ago (2016-08-25 08:20:33 UTC) #18
commit-bot: I haz the power
Committed patchset #2 (id:40001)
4 years, 3 months ago (2016-08-25 08:46:13 UTC) #20
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/955606506c256ea389d6c4a8e07babfea512d190 Cr-Commit-Position: refs/heads/master@{#38891}
4 years, 3 months ago (2016-08-25 08:46:26 UTC) #22
neis
https://codereview.chromium.org/2257493002/diff/40001/src/ast/variables.h File src/ast/variables.h (right): https://codereview.chromium.org/2257493002/diff/40001/src/ast/variables.h#newcode52 src/ast/variables.h:52: bit_field_ = ForceContextAllocationField::update(bit_field_, true); Was the DCHECK removed by ...
4 years, 3 months ago (2016-08-25 08:57:20 UTC) #24
heimbuef
PTAL
4 years, 3 months ago (2016-08-25 09:18:40 UTC) #27
neis
lgtm, thanks. It's possible you need to create a new CL, not sure.
4 years, 3 months ago (2016-08-25 09:21:07 UTC) #28
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/2257493002/60001
4 years, 3 months ago (2016-08-25 11:14:03 UTC) #31
commit-bot: I haz the power
Try jobs failed on following builders: v8_mac_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_mac_rel_ng/builds/7656)
4 years, 3 months ago (2016-08-25 11:17:13 UTC) #33
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/2257493002/80001
4 years, 3 months ago (2016-08-29 07:22:10 UTC) #36
commit-bot: I haz the power
Committed patchset #4 (id:80001)
4 years, 3 months ago (2016-08-29 07:44:28 UTC) #38
commit-bot: I haz the power
4 years, 3 months ago (2016-08-29 07:45:01 UTC) #40
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/57ce7d674ceea0c75b0feabc9079412759137a6f
Cr-Commit-Position: refs/heads/master@{#38967}

Powered by Google App Engine
This is Rietveld 408576698