RESOLVED FIXED 169443
Refactoring some HeapVerifier code.
https://bugs.webkit.org/show_bug.cgi?id=169443
Summary Refactoring some HeapVerifier code.
Mark Lam
Reported 2017-03-09 14:15:38 PST
Renamed LiveObjectData to CellProfile. Renamed LiveObjectList to CellList. Moved CellProfile.*, CellList.*, and HeapVerifier.* from the heap folder to the tools folder. Updated the HeapVerifier to handle JSCells instead of just JSObjects. This is in preparation for subsequent patches to fix up the HeapVerifier for service again.
Attachments
proposed patch. (67.64 KB, patch)
2017-03-09 14:19 PST, Mark Lam
fpizlo: review+
Mark Lam
Comment 1 2017-03-09 14:19:57 PST
Created attachment 303993 [details] proposed patch.
Filip Pizlo
Comment 2 2017-03-09 14:25:56 PST
Comment on attachment 303993 [details] proposed patch. seems sensible
Mark Lam
Comment 3 2017-03-09 14:39:50 PST
Thanks for the review. Landed in r213675: <http://trac.webkit.org/r213675>.
Note You need to log in before you can comment on or make changes to this bug.