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

Issue 5685010: Postpone interrupts during marking garbage collection. This allows the check... (Closed)

Created:
10 years ago by William Hesse
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Postpone interrupts during marking garbage collection. This allows the check for C stack overflow to function correctly. Committed: http://code.google.com/p/v8/source/detail?r=6006

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M src/mark-compact.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
William Hesse
10 years ago (2010-12-14 11:29:18 UTC) #1
Vyacheslav Egorov (Chromium)
LGTM http://codereview.chromium.org/5685010/diff/1/src/mark-compact.cc File src/mark-compact.cc (right): http://codereview.chromium.org/5685010/diff/1/src/mark-compact.cc#newcode1284 src/mark-compact.cc:1284: PostponeInterruptsScope postpone; Please consider commenting why we need ...
10 years ago (2010-12-14 11:34:52 UTC) #2
William Hesse
10 years ago (2010-12-14 11:59:22 UTC) #3
http://codereview.chromium.org/5685010/diff/1/src/mark-compact.cc
File src/mark-compact.cc (right):

http://codereview.chromium.org/5685010/diff/1/src/mark-compact.cc#newcode1284
src/mark-compact.cc:1284: PostponeInterruptsScope postpone;
On 2010/12/14 11:34:52, Vyacheslav Egorov wrote:
> Please consider commenting why we need this scope here.

Done.

Powered by Google App Engine
This is Rietveld 408576698