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

Issue 9836091: Reset function info counters after context disposal. (Closed)

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

Description

Reset function info counters after context disposal. R=jkummerow@chromium.org BUG=117767, V8:1902 Committed: https://code.google.com/p/v8/source/detail?r=11143

Patch Set 1 #

Patch Set 2 : Refactor #

Total comments: 1

Patch Set 3 : Address comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -12 lines) Patch
M src/compiler.cc View 1 2 chunks +8 lines, -0 lines 0 comments Download
M src/factory.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/heap.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/mark-compact.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/objects.h View 1 8 chunks +22 lines, -10 lines 0 comments Download
M src/objects.cc View 1 2 2 chunks +23 lines, -0 lines 0 comments Download
M src/objects-inl.h View 3 chunks +7 lines, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
Jakob Kummerow
8 years, 9 months ago (2012-03-26 08:52:42 UTC) #1
LGTM with a nit.

https://chromiumcodereview.appspot.com/9836091/diff/2001/src/objects.cc
File src/objects.cc (right):

https://chromiumcodereview.appspot.com/9836091/diff/2001/src/objects.cc#newco...
src/objects.cc:8135: if (target->is_inline_cache_stub()) {
nit: indentation

Powered by Google App Engine
This is Rietveld 408576698