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

Issue 2355193002: Use enum for per thread heap enabled flag (Closed)

Created:
4 years, 3 months ago by keishi
Modified:
4 years, 3 months ago
CC:
chromium-reviews, haraken, oilpan-reviews, Mads Ager (chromium), blink-reviews-html_chromium.org, loading-reviews+parser_chromium.org, shimazu+worker_chromium.org, falken, kinuko+worker_chromium.org, dglazkov+blink, blink-reviews, horo+watch_chromium.org, kinuko+watch, kouhei+heap_chromium.org, blink-worker-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use enum for per thread heap enabled flag Using enum instead of a bool for per thread heap enabled flag BUG=591606 Committed: https://crrev.com/e2ca66fcac787dd082c15057225ac82bf7a3c0f7 Cr-Commit-Position: refs/heads/master@{#420026}

Patch Set 1 #

Total comments: 10

Patch Set 2 : fix #

Messages

Total messages: 16 (9 generated)
keishi
PTAL
4 years, 3 months ago (2016-09-21 04:54:30 UTC) #4
haraken
LGTM https://codereview.chromium.org/2355193002/diff/1/third_party/WebKit/Source/platform/heap/ThreadState.h File third_party/WebKit/Source/platform/heap/ThreadState.h (right): https://codereview.chromium.org/2355193002/diff/1/third_party/WebKit/Source/platform/heap/ThreadState.h#newcode119 third_party/WebKit/Source/platform/heap/ThreadState.h:119: enum ThreadHeapMode { Move this to BlinkGC.h.
4 years, 3 months ago (2016-09-21 04:56:42 UTC) #5
nhiroki
LGTM with minor comments. Thank you for addressing this. https://codereview.chromium.org/2355193002/diff/1/third_party/WebKit/Source/platform/WebThreadSupportingGC.h File third_party/WebKit/Source/platform/WebThreadSupportingGC.h (right): https://codereview.chromium.org/2355193002/diff/1/third_party/WebKit/Source/platform/WebThreadSupportingGC.h#newcode89 third_party/WebKit/Source/platform/WebThreadSupportingGC.h:89: ...
4 years, 3 months ago (2016-09-21 05:15:26 UTC) #9
keishi
https://codereview.chromium.org/2355193002/diff/1/third_party/WebKit/Source/platform/WebThreadSupportingGC.h File third_party/WebKit/Source/platform/WebThreadSupportingGC.h (right): https://codereview.chromium.org/2355193002/diff/1/third_party/WebKit/Source/platform/WebThreadSupportingGC.h#newcode89 third_party/WebKit/Source/platform/WebThreadSupportingGC.h:89: ThreadHeapMode m_threadHeapMode; On 2016/09/21 05:15:26, nhiroki wrote: > const? ...
4 years, 3 months ago (2016-09-21 07:06:37 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/2355193002/20001
4 years, 3 months ago (2016-09-21 07:38:03 UTC) #13
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 3 months ago (2016-09-21 11:17:18 UTC) #14
commit-bot: I haz the power
4 years, 3 months ago (2016-09-21 11:19:00 UTC) #16
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/e2ca66fcac787dd082c15057225ac82bf7a3c0f7
Cr-Commit-Position: refs/heads/master@{#420026}

Powered by Google App Engine
This is Rietveld 408576698