RESOLVED DUPLICATE of bug 98622 98623
Robohornet's reflow test spends 2% of total time in ScrollbarThemeMac::registerScrollbar calling NSClassFromString("ScrollBarImp")
https://bugs.webkit.org/show_bug.cgi?id=98623
Summary Robohornet's reflow test spends 2% of total time in ScrollbarThemeMac::regist...
Eric Seidel (no email)
Reported 2012-10-07 12:54:00 PDT
Robohornet's reflow test spends 2% of total time in ScrollbarThemeMac::registerScrollbar calling NSClassFromString("ScrollBarImp") http://www.robohornet.org/tests/offsetreflow.html An easy fix would be to cache the class pointer, since it's unlikely to change. :) Unclear how much (if at all) this affects real web content.
Attachments
Eric Seidel (no email)
Comment 1 2012-10-07 15:06:56 PDT
Actually, I don't think it's the ClassFromString lookup. This may just be a dupe of bug 98622. *** This bug has been marked as a duplicate of bug 98622 ***
Note You need to log in before you can comment on or make changes to this bug.