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

Issue 661173: Add an explicit API entry to notify V8 that one or more... (Closed)

Created:
10 years, 10 months ago by Kasper Lund
Modified:
9 years, 7 months ago
Reviewers:
bakster, bak
CC:
v8-dev
Visibility:
Public.

Description

Add an explicit API entry to notify V8 that one or more contexts have been disposed. Committed: http://code.google.com/p/v8/source/detail?r=3971

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -3 lines) Patch
M include/v8.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/api.cc View 2 chunks +7 lines, -1 line 0 comments Download
M src/heap.h View 1 chunk +1 line, -1 line 0 comments Download
M src/heap.cc View 1 chunk +9 lines, -1 line 1 comment Download

Messages

Total messages: 2 (0 generated)
Kasper Lund
10 years, 10 months ago (2010-02-26 10:34:23 UTC) #1
bakster
10 years, 10 months ago (2010-02-26 11:46:42 UTC) #2
LGTM,
  Lars

http://codereview.chromium.org/661173/diff/1/4
File src/heap.cc (right):

http://codereview.chromium.org/661173/diff/1/4#newcode382
src/heap.cc:382: 
Please change is so context_disposed_pending_ is NEVER used after notified ==
true.

Powered by Google App Engine
This is Rietveld 408576698