Bug 195221

Summary: [JSC] Use runtime calls for DFG MakeRope if !CPU(ADDRESS64)
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: New BugsAssignee: Yusuke Suzuki <ysuzuki>
Status: RESOLVED FIXED    
Severity: Normal CC: ews-watchlist, keith_miller, mark.lam, msaboff, saam, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mark.lam: review+

Yusuke Suzuki
Reported 2019-03-01 12:43:39 PST
[JSC] Use runtime calls for DFG MakeRope if !CPU(ADDRESS64)
Attachments
Patch (18.05 KB, patch)
2019-03-01 12:45 PST, Yusuke Suzuki
mark.lam: review+
Yusuke Suzuki
Comment 1 2019-03-01 12:45:30 PST
Mark Lam
Comment 2 2019-03-01 12:54:52 PST
Comment on attachment 363358 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=363358&action=review r=me > Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp:13400 > + Edge edges[3] = { > + node->child1(), > + node->child2(), > + node->child3() > + }; This is only used by the CPU(ADDRESS64) case. Can you move it in there?
Yusuke Suzuki
Comment 3 2019-03-01 13:32:03 PST
Comment on attachment 363358 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=363358&action=review >> Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp:13400 >> + }; > > This is only used by the CPU(ADDRESS64) case. Can you move it in there? Oops, fixed. Thanks.
Yusuke Suzuki
Comment 4 2019-03-01 13:46:13 PST
Radar WebKit Bug Importer
Comment 5 2019-03-01 13:47:16 PST
Note You need to log in before you can comment on or make changes to this bug.