Bug 15981

Summary: speed up visited-link code a bit
Product: WebKit Reporter: Darin Adler <darin>
Component: CSSAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Enhancement    
Priority: P3    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
first cut, not sure it's ready for review yet
none
patch mitz: review+

Description Darin Adler 2007-11-13 23:03:22 PST
I have an old patch with some simple speed-ups to the visited-link code. We can speed it up even more with some further design changes, but this is a small step in the right direction.
Comment 1 Darin Adler 2007-11-26 10:22:53 PST
Created attachment 17530 [details]
first cut, not sure it's ready for review yet
Comment 2 Darin Adler 2007-12-06 16:18:15 PST
Created attachment 17763 [details]
patch

I really wanted to do the more complete fix that involves a hash table for things in global history, but this alone is a measurable speed-up so getting this in first.
Comment 3 mitz 2007-12-07 12:36:44 PST
Comment on attachment 17763 [details]
patch

r=me
Comment 4 mitz 2007-12-07 12:39:35 PST
Comment on attachment 17763 [details]
patch

Either there's a bug in form submission in TOT or I can't tell the difference between a + sign and nothingness.
Comment 5 Darin Adler 2007-12-07 15:17:00 PST
Committed revision 28536.