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

Issue 1208223003: Oilpan: Replace checkPointer() with ASSERT(checkPointer())

Created:
5 years, 5 months ago by haraken
Modified:
5 years, 5 months ago
Reviewers:
keishi, Yuta Kitamura
CC:
blink-reviews, oilpan-reviews, kouhei+heap_chromium.org, Mads Ager (chromium)
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Oilpan: Replace checkPointer() with ASSERT(checkPointer()) It seems compilers are not always smart enough to ignore checkPointer(). This CL replaces checkPointer() with ASSERT(checkPointer()) to make it more explicit that it is nop in production code. BUG=420515

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -50 lines) Patch
M Source/platform/heap/Handle.h View 35 chunks +55 lines, -50 lines 1 comment Download

Messages

Total messages: 11 (4 generated)
haraken
PTAL
5 years, 5 months ago (2015-06-30 05:45:10 UTC) #2
keishi
lgtm
5 years, 5 months ago (2015-06-30 05:45:59 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1208223003/1
5 years, 5 months ago (2015-06-30 05:51:29 UTC) #5
Yuta Kitamura
https://codereview.chromium.org/1208223003/diff/1/Source/platform/heap/Handle.h File Source/platform/heap/Handle.h (right): https://codereview.chromium.org/1208223003/diff/1/Source/platform/heap/Handle.h#newcode327 Source/platform/heap/Handle.h:327: } IMO this use of ASSERT() is too confusing. ...
5 years, 5 months ago (2015-06-30 06:15:21 UTC) #7
Yuta Kitamura
For the purpose of blocking CQ, not lgtm.
5 years, 5 months ago (2015-06-30 06:15:59 UTC) #8
haraken
On 2015/06/30 06:15:21, Yuta Kitamura wrote: > https://codereview.chromium.org/1208223003/diff/1/Source/platform/heap/Handle.h > File Source/platform/heap/Handle.h (right): > > https://codereview.chromium.org/1208223003/diff/1/Source/platform/heap/Handle.h#newcode327 ...
5 years, 5 months ago (2015-06-30 06:20:53 UTC) #9
commit-bot: I haz the power
5 years, 5 months ago (2015-06-30 06:32:02 UTC) #11
A disapproval has been posted by following reviewers: yutak@chromium.org.
Please make sure to get positive review before another CQ attempt.

Powered by Google App Engine
This is Rietveld 408576698