[Webkit-unassigned] [Bug 125920] [MIPS] Use shorter j <address> jump in MacroAssembler::replaceWithJump.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 26 05:33:49 PST 2016
https://bugs.webkit.org/show_bug.cgi?id=125920
--- Comment #7 from Julien Brianceau <jbriance at cisco.com> ---
Comment on attachment 219523
--> https://bugs.webkit.org/attachment.cgi?id=219523
proposed patch.
View in context: https://bugs.webkit.org/attachment.cgi?id=219523&action=review
>> Source/WTF/wtf/OSAllocatorPosix.cpp:75
>> + if (executable && UNLIKELY(!isWithin256MB(result, bytes))) {
>
> I don't see how this can happen if you're using a fixed pool.
It can happen because of the fixed pool allocation itself: this fixed pool must fit in a 256Mb page.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160126/af116b3f/attachment.html>
More information about the webkit-unassigned
mailing list