WebKit Bugzilla
Attachment 342138 Details for
Bug 186386
: TierUpCheckInjectionPhase systematically never puts the outer-most loop in an inner loop's vector of outer loops
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
WIP
c-backup.diff (text/plain), 1.08 KB, created by
Saam Barati
on 2018-06-07 01:14:41 PDT
(
hide
)
Description:
WIP
Filename:
MIME Type:
Creator:
Saam Barati
Created:
2018-06-07 01:14:41 PDT
Size:
1.08 KB
patch
obsolete
>Index: Source/JavaScriptCore/dfg/DFGTierUpCheckInjectionPhase.cpp >=================================================================== >--- Source/JavaScriptCore/dfg/DFGTierUpCheckInjectionPhase.cpp (revision 232573) >+++ Source/JavaScriptCore/dfg/DFGTierUpCheckInjectionPhase.cpp (working copy) >@@ -122,8 +122,7 @@ public: > if (it != naturalLoopToLoopHint.end()) > descriptor.osrEntryCandidates.append(it->value); > } >- if (!descriptor.osrEntryCandidates.isEmpty()) >- tierUpHierarchy.add(bytecodeIndex, WTFMove(descriptor)); >+ tierUpHierarchy.add(bytecodeIndex, WTFMove(descriptor)); > } > break; > } >@@ -146,7 +145,7 @@ public: > && descriptorIt->value.canOSREnter) > tierUpCandidates.append(bytecodeIndex); > } >- >+ > if (!tierUpCandidates.isEmpty()) > m_graph.m_plan.tierUpInLoopHierarchy.add(entry.key, WTFMove(tierUpCandidates)); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 186386
:
342138
|
342191