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

Issue 422013002: Removed IdleGlobalGC and just perform IdleNotification when incremental marking is on. (Closed)

Created:
6 years, 4 months ago by Hannes Payer (out of office)
Modified:
6 years, 4 months ago
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Removed IdleGlobalGC and just perform IdleNotification when incremental marking is on. BUG=397026 LOG=n R=mstarzinger@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=22647

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -67 lines) Patch
M src/heap.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/heap.cc View 3 chunks +3 lines, -64 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
Michael Starzinger
LGTM.
6 years, 4 months ago (2014-07-28 13:09:51 UTC) #1
jochen (gone - plz use gerrit)
https://codereview.chromium.org/422013002/diff/1/src/heap.cc File src/heap.cc (right): https://codereview.chromium.org/422013002/diff/1/src/heap.cc#newcode4258 src/heap.cc:4258: if (!FLAG_incremental_marking) return true; why not return false (meaning ...
6 years, 4 months ago (2014-07-28 13:11:13 UTC) #2
Hannes Payer (out of office)
https://codereview.chromium.org/422013002/diff/1/src/heap.cc File src/heap.cc (right): https://codereview.chromium.org/422013002/diff/1/src/heap.cc#newcode4258 src/heap.cc:4258: if (!FLAG_incremental_marking) return true; On 2014/07/28 13:11:13, jochen wrote: ...
6 years, 4 months ago (2014-07-28 13:56:49 UTC) #3
Hannes Payer (out of office)
6 years, 4 months ago (2014-07-28 14:18:47 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r22647 (tree was closed).

Powered by Google App Engine
This is Rietveld 408576698