[Webkit-unassigned] [Bug 217079] REGRESSION(r259582): Build fails on aarch64 Linux with WebKit 2.30.1 on LLIntOffsetsExtractor.cpp.o

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 30 09:17:11 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=217079

Michael Catanzaro <mcatanzaro at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #410127|review?, commit-queue?      |review+, commit-queue+
              Flags|                            |

--- Comment #8 from Michael Catanzaro <mcatanzaro at gnome.org> ---
Comment on attachment 410127
  --> https://bugs.webkit.org/attachment.cgi?id=410127
Patch.

View in context: https://bugs.webkit.org/attachment.cgi?id=410127&action=review

> Source/JavaScriptCore/assembler/LinkBuffer.cpp:389
> +    performJITMemcpy(codeOutData, outData, m_size);
> +#endif // ENABLE_JIT

I had to investigate why it's OK to call performJITMemcpy when JIT is disabled. Turns out it just does a memcpy. OK.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200930/223b6633/attachment.htm>


More information about the webkit-unassigned mailing list