WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Yusuke Suzuki
Comment 1
2019-03-01 12:45:30 PST
Created
attachment 363358
[details]
Patch
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
Committed
r242286
: <
https://trac.webkit.org/changeset/242286
>
Radar WebKit Bug Importer
Comment 5
2019-03-01 13:47:16 PST
<
rdar://problem/48521543
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug