RESOLVED FIXED 15981
speed up visited-link code a bit
https://bugs.webkit.org/show_bug.cgi?id=15981
Summary speed up visited-link code a bit
Darin Adler
Reported 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.
Attachments
first cut, not sure it's ready for review yet (22.88 KB, patch)
2007-11-26 10:22 PST, Darin Adler
no flags
patch (24.24 KB, patch)
2007-12-06 16:18 PST, Darin Adler
mitz: review+
Darin Adler
Comment 1 2007-11-26 10:22:53 PST
Created attachment 17530 [details] first cut, not sure it's ready for review yet
Darin Adler
Comment 2 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.
mitz
Comment 3 2007-12-07 12:36:44 PST
Comment on attachment 17763 [details] patch r=me
mitz
Comment 4 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.
Darin Adler
Comment 5 2007-12-07 15:17:00 PST
Committed revision 28536.
Note You need to log in before you can comment on or make changes to this bug.