hprof-parser icon indicating copy to clipboard operation
hprof-parser copied to clipboard

Consider switching HprofParser to do 2 passes

Open eaftan opened this issue 12 years ago • 0 comments

The first pass should just collect class dump info (i.e. build the ClassMap). The second pass can fill in all the values, since we now have the class data.

Currently we are storing all instances in a list, which means we are consuming a lot of memory. This won't work for large heaps.

eaftan avatar Feb 07 '14 05:02 eaftan