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

Issue 10198011: Refactoring of heap profiler: split ExtractReferences into several functions. (Closed)

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

Description

Refactoring of heap profiler: split ExtractReferences into several functions. Committed: https://code.google.com/p/v8/source/detail?r=11424

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressing comments. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+247 lines, -197 lines) Patch
M src/profile-generator.h View 1 1 chunk +10 lines, -0 lines 1 comment Download
M src/profile-generator.cc View 1 2 chunks +237 lines, -197 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
alexeif
8 years, 8 months ago (2012-04-24 12:09:08 UTC) #1
mnaganov (inactive)
https://chromiumcodereview.appspot.com/10198011/diff/1/src/profile-generator.cc File src/profile-generator.cc (right): https://chromiumcodereview.appspot.com/10198011/diff/1/src/profile-generator.cc#newcode1975 src/profile-generator.cc:1975: void V8HeapExplorer::ExtractJSGlobalProxy(JSGlobalProxy* proxy) { I think you should put ...
8 years, 8 months ago (2012-04-24 12:25:45 UTC) #2
alexeif
https://chromiumcodereview.appspot.com/10198011/diff/1/src/profile-generator.cc File src/profile-generator.cc (right): https://chromiumcodereview.appspot.com/10198011/diff/1/src/profile-generator.cc#newcode1975 src/profile-generator.cc:1975: void V8HeapExplorer::ExtractJSGlobalProxy(JSGlobalProxy* proxy) { On 2012/04/24 12:25:45, Mikhail Naganov ...
8 years, 8 months ago (2012-04-24 12:33:28 UTC) #3
mnaganov (inactive)
lgtm
8 years, 8 months ago (2012-04-24 12:35:44 UTC) #4
yurys
8 years, 8 months ago (2012-04-25 06:30:44 UTC) #5
https://chromiumcodereview.appspot.com/10198011/diff/5001/src/profile-generat...
File src/profile-generator.h (right):

https://chromiumcodereview.appspot.com/10198011/diff/5001/src/profile-generat...
src/profile-generator.h:988: void ExtractCode(HeapEntry* entry, Code* code);
You should be more consistent in using/not using *References suffix: currently
it is ExtractCode but ExtractClosureReferences.

Powered by Google App Engine
This is Rietveld 408576698