I'd like to add addr field into EntryInfo struct.
authorloislo@chromium.org <loislo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 11 Apr 2012 06:58:42 +0000 (06:58 +0000)
committerloislo@chromium.org <loislo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 11 Apr 2012 06:58:42 +0000 (06:58 +0000)
commit48f1f7b745eb6259b20c2abbc09aaea1bba31c8f
tree1967ef0890c848bfedc0c8d3481c6e6f598831ff
parente831ec2c4eb9a357b33d941736b2bc02ca99022f
I'd like to add addr field into EntryInfo struct.
This will give us the ability to keep entries_ list sorted by id.
And based on that fact we will be able to use it for:
1) GetNodeById method and drop sorted version of entries list in HeapSnapshot;
2) building heap stats;
3) doing the fill stage instead of second iteration over heap.

BUG=none
TEST=none
R=yurys

Review URL: https://chromiumcodereview.appspot.com/10031032

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11259 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/hashmap.h
src/profile-generator.cc
src/profile-generator.h