RESOLVED FIXED 134402
[ARMv7] Skip one particularly expensive fastFree() alignment check.
https://bugs.webkit.org/show_bug.cgi?id=134402
Summary [ARMv7] Skip one particularly expensive fastFree() alignment check.
Andreas Kling
Reported 2014-06-27 10:16:21 PDT
__umodsi3 is lava hot on PLT!
Attachments
Patch (1.38 KB, patch)
2014-06-27 10:20 PDT, Andreas Kling
barraclough: review+
Andreas Kling
Comment 1 2014-06-27 10:20:39 PDT
Andreas Kling
Comment 2 2014-06-27 11:07:10 PDT
Darin Adler
Comment 3 2014-06-27 14:14:44 PDT
Comment on attachment 233993 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=233993&action=review > Source/WTF/wtf/FastMalloc.cpp:4171 > +#if !(CPU(ARM_THUMB2) && !CPU(APPLE_ARMV7S)) Really needs a why comment. Would be very mysterious to a future reader.
Note You need to log in before you can comment on or make changes to this bug.