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

Issue 9255014: Only clear monomorphic ICs on GC after Context exit (Closed)

Created:
8 years, 11 months ago by Jakob Kummerow
Modified:
8 years, 11 months ago
CC:
v8-dev
Visibility:
Public.

Description

Only clear monomorphic ICs on GC after Context exit Committed: https://code.google.com/p/v8/source/detail?r=10431

Patch Set 1 #

Total comments: 4

Patch Set 2 : addressed comments #

Patch Set 3 : fixed tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -6 lines) Patch
M src/api.cc View 2 1 chunk +1 line, -0 lines 0 comments Download
M src/heap.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/heap.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/isolate.h View 2 2 chunks +11 lines, -0 lines 0 comments Download
M src/isolate.cc View 2 2 chunks +3 lines, -2 lines 0 comments Download
M src/mark-compact.h View 1 2 chunks +3 lines, -1 line 0 comments Download
M src/mark-compact.cc View 1 2 4 chunks +11 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Jakob Kummerow
Please take a look. I know that this approach is just a crude approximation of ...
8 years, 11 months ago (2012-01-18 13:08:28 UTC) #1
Vyacheslav Egorov (Chromium)
lgtm with comments addressed. https://chromiumcodereview.appspot.com/9255014/diff/1/src/api.cc File src/api.cc (right): https://chromiumcodereview.appspot.com/9255014/diff/1/src/api.cc#newcode744 src/api.cc:744: isolate->set_context_exit_happened(true); I think we should ...
8 years, 11 months ago (2012-01-18 14:09:21 UTC) #2
Jakob Kummerow
Thanks for the comments. Is the new patch set what you had in mind? https://chromiumcodereview.appspot.com/9255014/diff/1/src/api.cc ...
8 years, 11 months ago (2012-01-18 15:02:40 UTC) #3
Vyacheslav Egorov (Chromium)
8 years, 11 months ago (2012-01-18 15:16:28 UTC) #4
LGTM!

Powered by Google App Engine
This is Rietveld 408576698