Bug 209488

Summary: Memory::fastMappedBytes() is wrong
Product: WebKit Reporter: Saam Barati <saam>
Component: JavaScriptCoreAssignee: Saam Barati <saam>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, fpizlo, ggaren, keith_miller, mark.lam, msaboff, rmorisset, tzagallo, webkit-bug-importer, ysuzuki
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch none

Description Saam Barati 2020-03-24 12:48:04 PDT
....
Comment 1 Saam Barati 2020-03-24 12:48:12 PDT
it's off by 1
Comment 2 Saam Barati 2020-03-24 16:53:54 PDT
Created attachment 394441 [details]
patch
Comment 3 Mark Lam 2020-03-24 17:03:41 PDT
Comment on attachment 394441 [details]
patch

r=me.  This code is not compiled on 32-bit targets, right?
Comment 4 Saam Barati 2020-03-24 17:06:13 PDT
(In reply to Mark Lam from comment #3)
> Comment on attachment 394441 [details]
> patch
> 
> r=me.  This code is not compiled on 32-bit targets, right?

correct. Wasm is 64-bit only
Comment 5 EWS 2020-03-24 17:28:02 PDT
Committed r258964: <https://trac.webkit.org/changeset/258964>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 394441 [details].
Comment 6 Radar WebKit Bug Importer 2020-03-24 17:29:13 PDT
<rdar://problem/60850158>