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

Issue 2258473002: Added static assert to BitField to ensure the contents fit within the field (Closed)

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

Added static assert to BitField to ensure the contents fit within the field Fixed ExtraICStateField which used 1 bits more than were available BUG= Committed: https://crrev.com/3cbb5e48068572a2c50017f6018fca09ad5a4e27 Cr-Commit-Position: refs/heads/master@{#38697}

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -4 lines) Patch
M src/objects.h View 1 chunk +4 lines, -3 lines 0 comments Download
M src/utils.h View 1 chunk +2 lines, -1 line 1 comment Download

Messages

Total messages: 9 (3 generated)
heimbuef
PTAL
4 years, 4 months ago (2016-08-17 14:28:06 UTC) #2
Jakob Kummerow
lgtm https://codereview.chromium.org/2258473002/diff/1/src/utils.h File src/utils.h (right): https://codereview.chromium.org/2258473002/diff/1/src/utils.h#newcode309 src/utils.h:309: STATIC_ASSERT((kNext - 1) / 8 < sizeof(U)); How ...
4 years, 4 months ago (2016-08-17 15:47:01 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/2258473002/1
4 years, 4 months ago (2016-08-18 07:38:40 UTC) #5
heimbuef
On 2016/08/17 15:47:01, Jakob wrote: > lgtm > > https://codereview.chromium.org/2258473002/diff/1/src/utils.h > File src/utils.h (right): > ...
4 years, 4 months ago (2016-08-18 07:50:55 UTC) #6
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 4 months ago (2016-08-18 08:05:44 UTC) #7
commit-bot: I haz the power
4 years, 4 months ago (2016-08-18 08:06:06 UTC) #9
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/3cbb5e48068572a2c50017f6018fca09ad5a4e27
Cr-Commit-Position: refs/heads/master@{#38697}

Powered by Google App Engine
This is Rietveld 408576698