RESOLVED FIXED 195221
[JSC] Use runtime calls for DFG MakeRope if !CPU(ADDRESS64)
https://bugs.webkit.org/show_bug.cgi?id=195221
Summary [JSC] Use runtime calls for DFG MakeRope if !CPU(ADDRESS64)
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.