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

Issue 11299154: Allow incremental marking when expose_gc is turned on. (Closed)

Created:
8 years, 1 month ago by Hannes Payer (out of office)
Modified:
8 years ago
CC:
v8-dev, danno
Visibility:
Public.

Description

Allow incremental marking when expose_gc is turned on. BUG= Committed: https://code.google.com/p/v8/source/detail?r=13072

Patch Set 1 #

Patch Set 2 : #

Total comments: 3

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -6 lines) Patch
M src/extensions/gc-extension.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/heap.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M src/incremental-marking.cc View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Hannes Payer (out of office)
8 years, 1 month ago (2012-11-22 09:52:33 UTC) #1
Michael Starzinger
https://codereview.chromium.org/11299154/diff/2001/src/extensions/gc-extension.cc File src/extensions/gc-extension.cc (right): https://codereview.chromium.org/11299154/diff/2001/src/extensions/gc-extension.cc#newcode47 src/extensions/gc-extension.cc:47: SetFlags(Heap::kAbortIncrementalMarkingMask); You should just pass the GC flag directly ...
8 years, 1 month ago (2012-11-22 10:17:02 UTC) #2
Hannes Payer (out of office)
https://codereview.chromium.org/11299154/diff/2001/src/extensions/gc-extension.cc File src/extensions/gc-extension.cc (right): https://codereview.chromium.org/11299154/diff/2001/src/extensions/gc-extension.cc#newcode47 src/extensions/gc-extension.cc:47: SetFlags(Heap::kAbortIncrementalMarkingMask); On 2012/11/22 10:17:02, Michael Starzinger wrote: > You ...
8 years, 1 month ago (2012-11-22 10:21:34 UTC) #3
Michael Starzinger
In general I am totally fine with this change, and it is definitely the way ...
8 years, 1 month ago (2012-11-23 09:15:16 UTC) #4
Michael Starzinger
8 years ago (2012-11-27 17:02:06 UTC) #5
LGTM. Let's land this and I will spin a point-release later.

Powered by Google App Engine
This is Rietveld 408576698