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

Issue 2508333002: Remove the is_nested bit from the BlockInfo structure. (Closed)

Created:
4 years, 1 month ago by Sébastien Marchand
Modified:
4 years ago
CC:
syzygy-changes_googlegroups.com
Target Ref:
refs/heads/master
Project:
syzygy
Visibility:
Public.

Description

Remove the is_nested bit from the BlockInfo structure. This will allow us to increase the size of the |body_size| field of the BlockHeader structure (to handle the allocations > 1GB). We're not using this feature anyway so it's adding some unneeded complexity to our codebase. R=chrisha@chromium.org Committed: https://github.com/google/syzygy/commit/a1f6aa62493450075ae4a6e5a2a4137d26174b40

Patch Set 1 #

Total comments: 10

Patch Set 2 : Address Siggi's comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+158 lines, -842 lines) Patch
M syzygy/agent/asan/block.h View 5 chunks +3 lines, -10 lines 0 comments Download
M syzygy/agent/asan/block.cc View 1 9 chunks +2 lines, -12 lines 0 comments Download
M syzygy/agent/asan/block_unittest.cc View 15 chunks +17 lines, -37 lines 0 comments Download
M syzygy/agent/asan/error_info_unittest.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M syzygy/agent/asan/heap_checker.cc View 1 chunk +1 line, -2 lines 0 comments Download
M syzygy/agent/asan/heap_checker_unittest.cc View 5 chunks +5 lines, -7 lines 0 comments Download
M syzygy/agent/asan/heap_managers/block_heap_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M syzygy/agent/asan/heaps/large_block_heap_unittest.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M syzygy/agent/asan/heaps/simple_block_heap_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M syzygy/agent/asan/heaps/zebra_block_heap_unittest.cc View 7 chunks +8 lines, -8 lines 0 comments Download
M syzygy/agent/asan/page_protection_helpers_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M syzygy/agent/asan/runtime.cc View 1 chunk +1 line, -2 lines 0 comments Download
M syzygy/agent/asan/shadow.h View 9 chunks +4 lines, -53 lines 0 comments Download
M syzygy/agent/asan/shadow.cc View 16 chunks +32 lines, -115 lines 0 comments Download
M syzygy/agent/asan/shadow_marker.h View 1 6 chunks +2 lines, -34 lines 0 comments Download
M syzygy/agent/asan/shadow_marker.cc View 3 chunks +5 lines, -28 lines 0 comments Download
M syzygy/agent/asan/shadow_marker_unittest.cc View 19 chunks +18 lines, -259 lines 0 comments Download
M syzygy/agent/asan/shadow_unittest.cc View 1 15 chunks +46 lines, -261 lines 0 comments Download
M syzygy/agent/asan/unittest_util.cc View 1 chunk +1 line, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 16 (7 generated)
Sébastien Marchand
PTAL.
4 years, 1 month ago (2016-11-22 17:52:55 UTC) #3
Sigurður Ásgeirsson
got some nits, deferring to Chris on reviewing actual functionality https://codereview.chromium.org/2508333002/diff/1/syzygy/agent/asan/block.cc File syzygy/agent/asan/block.cc (right): https://codereview.chromium.org/2508333002/diff/1/syzygy/agent/asan/block.cc#newcode467 ...
4 years, 1 month ago (2016-11-22 19:15:37 UTC) #4
Sébastien Marchand
Thanks. Chris: PTAL. https://codereview.chromium.org/2508333002/diff/1/syzygy/agent/asan/block.cc File syzygy/agent/asan/block.cc (right): https://codereview.chromium.org/2508333002/diff/1/syzygy/agent/asan/block.cc#newcode467 syzygy/agent/asan/block.cc:467: sizeof(BlockInfo) - FIELD_OFFSET(BlockInfo, block_pages); On 2016/11/22 ...
4 years, 1 month ago (2016-11-22 22:12:23 UTC) #5
chrisha
lgtm
4 years ago (2016-11-23 15:15:30 UTC) #6
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/2508333002/20001
4 years ago (2016-11-23 15:16:30 UTC) #8
commit-bot: I haz the power
CQ has no permission to schedule in bucket tryserver.client.syzygy
4 years ago (2016-11-23 15:16:40 UTC) #10
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/2508333002/20001
4 years ago (2016-11-23 15:20:40 UTC) #12
commit-bot: I haz the power
CQ has no permission to schedule in bucket tryserver.client.syzygy
4 years ago (2016-11-23 15:20:53 UTC) #14
Sébastien Marchand
4 years ago (2016-11-23 15:21:39 UTC) #16
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
a1f6aa62493450075ae4a6e5a2a4137d26174b40.

Powered by Google App Engine
This is Rietveld 408576698