[Webkit-unassigned] [Bug 170351] JavaScriptCore: Do not use BLX for immediates (ARM-32)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Mar 31 13:08:31 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=170351
--- Comment #4 from Filip Pizlo <fpizlo at apple.com> ---
(In reply to Mark Lam from comment #2)
> Comment on attachment 305990 [details]
> The patch
>
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=305990&action=review
>
> I was wondering why this never posed a problem before for us before. I did
> a local build, and see that the compiled LowLevelInterpreter.o does emit blx
> instructions. However, in the llinked version of the code, the linker
> changed the blx into bl instructions. If the toolchain does not fix this
> for us, then this bug would have manifested.
It's right to use blx on iOS.
>
> Hence, r=me
>
> > Source/JavaScriptCore/ChangeLog:8
> > + 'call' meta-instruction (which may be found in LowLevelInterperter.asm
>
> typo: /LowLevelInterperter.asm/LowLevelInterpreter.asm/
>
> > Source/JavaScriptCore/ChangeLog:16
> > + This behaviour is unwanted, since the C++ code and the offlineasm code
>
> /offlineasm code/offlineasm generated code/
--
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/20170331/d3459308/attachment.html>
More information about the webkit-unassigned
mailing list