Bug 4425 - assorted speedups to kwq data structures
Summary: assorted speedups to kwq data structures
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Maciej Stachowiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-14 00:50 PDT by Maciej Stachowiak
Modified: 2005-08-14 17:46 PDT (History)
0 users

See Also:


Attachments
assorted speedups (11.01 KB, patch)
2005-08-14 00:56 PDT, Maciej Stachowiak
darin: review+
Details | Formatted Diff | Diff
some similar speedups I have sitting around (4.37 KB, patch)
2005-08-14 01:02 PDT, Darin Adler
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej Stachowiak 2005-08-14 00:50:24 PDT
The various KWQ data structures show up on profiles of the HTML iBench, they show obvious 
opportunities for improvement via inlining and use of main_thread_malloc.
Comment 1 Maciej Stachowiak 2005-08-14 00:56:27 PDT
Created attachment 3375 [details]
assorted speedups
Comment 2 Darin Adler 2005-08-14 01:00:11 PDT
Comment on attachment 3375 [details]
assorted speedups

All looks good. r=me
Comment 3 Darin Adler 2005-08-14 01:02:18 PDT
Created attachment 3376 [details]
some similar speedups I have sitting around