[Webkit-unassigned] [Bug 125920] [MIPS] Use shorter j <address> jump in MacroAssembler::replaceWithJump.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 27 08:58:37 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=125920
--- Comment #5 from Julien Brianceau <jbriance at cisco.com> ---
> I would like to know, how this problem was not observed by any1 else?
Mainly because this change has not been committed in WebKit yet ;)
> Because it is very common get an address at the end of 256MB range, isn't it?
This case is quite unlikely: the chances that the first mmap doesn't fit between two 256Mb boundardies are low, then the chances that the 2nd mmap doesn't fit are also low. Finally, 50% chance that you'll need the 2nd mmaped area. But of course it's not impossible, so this would need to be fixed.
--
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/20150727/eb9c11a2/attachment.html>
More information about the webkit-unassigned
mailing list