Title: [180545] trunk/Source/_javascript_Core
- Revision
- 180545
- Author
- [email protected]
- Date
- 2015-02-23 19:32:03 -0800 (Mon, 23 Feb 2015)
Log Message
Remove DFGNode::predictHeap()
https://bugs.webkit.org/show_bug.cgi?id=141864
Patch by Benjamin Poulain <[email protected]> on 2015-02-23
Reviewed by Geoffrey Garen.
* dfg/DFGNode.h:
(JSC::DFG::Node::predictHeap): Deleted.
Unused code.
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (180544 => 180545)
--- trunk/Source/_javascript_Core/ChangeLog 2015-02-24 03:31:08 UTC (rev 180544)
+++ trunk/Source/_javascript_Core/ChangeLog 2015-02-24 03:32:03 UTC (rev 180545)
@@ -1,3 +1,14 @@
+2015-02-23 Benjamin Poulain <[email protected]>
+
+ Remove DFGNode::predictHeap()
+ https://bugs.webkit.org/show_bug.cgi?id=141864
+
+ Reviewed by Geoffrey Garen.
+
+ * dfg/DFGNode.h:
+ (JSC::DFG::Node::predictHeap): Deleted.
+ Unused code.
+
2015-02-23 Filip Pizlo <[email protected]>
Get rid of JSLexicalEnvironment::argumentsGetter
Modified: trunk/Source/_javascript_Core/dfg/DFGNode.h (180544 => 180545)
--- trunk/Source/_javascript_Core/dfg/DFGNode.h 2015-02-24 03:31:08 UTC (rev 180544)
+++ trunk/Source/_javascript_Core/dfg/DFGNode.h 2015-02-24 03:32:03 UTC (rev 180545)
@@ -1116,14 +1116,7 @@
ASSERT(hasHeapPrediction());
return static_cast<SpeculatedType>(m_opInfo2);
}
-
- bool predictHeap(SpeculatedType prediction)
- {
- ASSERT(hasHeapPrediction());
-
- return mergeSpeculation(m_opInfo2, prediction);
- }
-
+
void setHeapPrediction(SpeculatedType prediction)
{
ASSERT(hasHeapPrediction());
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes