Bug 203721

Summary: gcSafeMemmove references undefined slowPathBackwardsMemmove on non-gcc compatible compilers
Product: WebKit Reporter: Tadeu Zagallo <tzagallo>
Component: JavaScriptCoreAssignee: Tadeu Zagallo <tzagallo>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, ews-watchlist, Hironori.Fujii, keith_miller, mark.lam, msaboff, saam, webkit-bug-importer, ysuzuki
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Tadeu Zagallo 2019-10-31 21:14:15 PDT
...
Comment 1 Tadeu Zagallo 2019-10-31 21:15:49 PDT
Created attachment 382547 [details]
Patch
Comment 2 Fujii Hironori 2019-10-31 21:17:20 PDT
Comment on attachment 382547 [details]
Patch

LGTM. Thank you very much.
Comment 3 Tadeu Zagallo 2019-10-31 21:18:54 PDT
Thanks for the review!
Comment 4 WebKit Commit Bot 2019-10-31 22:01:46 PDT
Comment on attachment 382547 [details]
Patch

Clearing flags on attachment: 382547

Committed r251909: <https://trac.webkit.org/changeset/251909>
Comment 5 WebKit Commit Bot 2019-10-31 22:01:48 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 Radar WebKit Bug Importer 2019-10-31 22:02:18 PDT
<rdar://problem/56806865>
Comment 7 Alexey Proskuryakov 2019-11-02 17:52:56 PDT
Reverted in r251967 together with r251875, because this patch was conflicting with the rollback. Sorry for the inconvenience.
Comment 8 Alexey Proskuryakov 2019-11-03 10:19:57 PST
I'm not sure if this was a fix after r251875, or a fix of its own (didn't look at the code). Please close or re-land as appropriate.
Comment 9 Yusuke Suzuki 2021-04-20 01:57:16 PDT
It is already landed.