[Webkit-unassigned] [Bug 190317] New: performJITMemcpy() should handle the case when the executable allocator is not initialized yet.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 5 11:14:51 PDT 2018


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

            Bug ID: 190317
           Summary: performJITMemcpy() should handle the case when the
                    executable allocator is not initialized yet.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com

When SeparatedWXHeaps is in use, jitWriteThunkGenerator() will call performJITMemcpy() to copy memory before the JIT fixed memory pool is initialize.  Before r236864, performJITMemcpy() would just do a memcpy in that case.  We need to restore the equivalent behavior.

<rdar://problem/45039398>

-- 
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/20181005/eae57446/attachment.html>


More information about the webkit-unassigned mailing list