Bug 182441

Summary: More ARM64_32 fixes.
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cdumez, cmarcelo, dbates, ews-watchlist, keith_miller, mitz, msaboff, saam, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch.
mitz: review+
patch for landing. none

Description Mark Lam 2018-02-02 10:58:38 PST
My previous speculative ARM64_32 build fix in copyLCharsFromUCharSource() was wrong.  I've now fixed it to use choose the default case instead of the ARM64 case if the target is ARM64_32.

I also disabled more dynamicPoisoning code in ARM64_32.  This code assumes a 64-bit pointer which is not applicable here.
Comment 1 Radar WebKit Bug Importer 2018-02-02 11:00:43 PST
<rdar://problem/37162310>
Comment 2 Mark Lam 2018-02-02 11:06:36 PST
Created attachment 332982 [details]
proposed patch.
Comment 3 Mark Lam 2018-02-02 11:16:54 PST
Created attachment 332985 [details]
patch for landing.
Comment 4 Mark Lam 2018-02-02 12:25:21 PST
Thanks for the review.  Landed in r228022: <http://trac.webkit.org/r228022>.