WebKit Bugzilla
Attachment 362777 Details for
Bug 194965
: Remove dead code: AdjacencyList::justOneChild()
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
patch194965 (text/plain), 1.40 KB, created by
Robin Morisset
on 2019-02-22 16:07:54 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Robin Morisset
Created:
2019-02-22 16:07:54 PST
Size:
1.40 KB
patch
obsolete
>Index: Source/JavaScriptCore/ChangeLog >=================================================================== >--- Source/JavaScriptCore/ChangeLog (revision 241968) >+++ Source/JavaScriptCore/ChangeLog (working copy) >@@ -1,5 +1,15 @@ > 2019-02-22 Robin Morisset <rmorisset@apple.com> > >+ Remove dead code: AdjacencyList::justOneChild() >+ https://bugs.webkit.org/show_bug.cgi?id=194965 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * dfg/DFGAdjacencyList.h: >+ (JSC::DFG::AdjacencyList::justOneChild const): Deleted. >+ >+2019-02-22 Robin Morisset <rmorisset@apple.com> >+ > DFGBytecodeParser should not declare that a node won't clobberExit if DFGFixupPhase can later declare it does clobberExit > https://bugs.webkit.org/show_bug.cgi?id=194953 > <rdar://problem/47595253> >Index: Source/JavaScriptCore/dfg/DFGAdjacencyList.h >=================================================================== >--- Source/JavaScriptCore/dfg/DFGAdjacencyList.h (revision 241963) >+++ Source/JavaScriptCore/dfg/DFGAdjacencyList.h (working copy) >@@ -100,15 +100,6 @@ > > Edge child1Unchecked() const { return m_words[0]; } > >- Edge justOneChild() const >- { >- if (!!child1() && !child2()) { >- ASSERT(!child3()); >- return child1(); >- } >- return Edge(); >- } >- > void initialize(Edge child1, Edge child2, Edge child3) > { > child(0) = child1;
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 194965
: 362777