Bug 7072

Summary: Update JavaScriptCore, WebCore and WebKit code for JS GC statistics
Product: WebKit Reporter: Maciej Stachowiak <mjs>
Component: WebKit APIAssignee: Maciej Stachowiak <mjs>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
make JS statistics code portable darin: review+

Maciej Stachowiak
Reported 2006-02-04 14:58:55 PST
I improved a couple of things in the code to get JavaScript garbage collector statistics via WebKit SPI: 1) I changed the code to use HashCountedSet instead of CFSet at the low levels. 2) I updated the SPI and internal method names to better reflect how the collector works these days (but old SPI is left for compatibility)
Attachments
make JS statistics code portable (10.83 KB, patch)
2006-02-04 15:10 PST, Maciej Stachowiak
darin: review+
Maciej Stachowiak
Comment 1 2006-02-04 15:10:22 PST
Created attachment 6253 [details] make JS statistics code portable
Darin Adler
Comment 2 2006-02-04 16:06:00 PST
Comment on attachment 6253 [details] make JS statistics code portable javaScriptRootObjecTypeCounts is missing a "t" Otherwise, r=me.
Darin Adler
Comment 3 2006-02-04 16:18:30 PST
Maciej landed this earlier (with the typo!).
Note You need to log in before you can comment on or make changes to this bug.