RESOLVED FIXED 54767
Use hashing instead of linear search in the conservative pointer test
https://bugs.webkit.org/show_bug.cgi?id=54767
Summary Use hashing instead of linear search in the conservative pointer test
Geoffrey Garen
Reported 2011-02-18 13:05:59 PST
Use hashing instead of linear search in the conservative pointer test
Attachments
Patch (1.62 KB, patch)
2011-02-18 13:07 PST, Geoffrey Garen
no flags
Patch (2.77 KB, patch)
2011-02-18 16:49 PST, Geoffrey Garen
no flags
Patch (3.20 KB, patch)
2011-02-18 17:06 PST, Geoffrey Garen
sam: review+
Geoffrey Garen
Comment 1 2011-02-18 13:07:17 PST
Geoffrey Garen
Comment 2 2011-02-18 13:10:19 PST
Csaba Osztrogonác
Comment 3 2011-02-18 14:27:13 PST
It seems this patch broke many tests on the Qt bot: http://build.webkit.org/results/Qt%20Linux%20Release/r79022%20%2828536%29/results.html Could you check it please?
Geoffrey Garen
Comment 5 2011-02-18 16:49:47 PST
Geoffrey Garen
Comment 6 2011-02-18 16:50:25 PST
The bug was a typo: always removing the last block from the set, instead of the block being freed.
Geoffrey Garen
Comment 7 2011-02-18 17:06:40 PST
Geoffrey Garen
Comment 8 2011-02-18 19:43:31 PST
Note You need to log in before you can comment on or make changes to this bug.