WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
7072
Update JavaScriptCore, WebCore and WebKit code for JS GC statistics
https://bugs.webkit.org/show_bug.cgi?id=7072
Summary
Update JavaScriptCore, WebCore and WebKit code for JS GC statistics
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug