Title: [164922] trunk/Source/_javascript_Core
- Revision
- 164922
- Author
- [email protected]
- Date
- 2014-03-01 11:42:14 -0800 (Sat, 01 Mar 2014)
Log Message
Unreviewed, uncomment some code. It wasn't meant to be commented in the first place.
* dfg/DFGCSEPhase.cpp:
(JSC::DFG::CSEPhase::getPropertyStorageLoadElimination):
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (164921 => 164922)
--- trunk/Source/_javascript_Core/ChangeLog 2014-03-01 18:48:35 UTC (rev 164921)
+++ trunk/Source/_javascript_Core/ChangeLog 2014-03-01 19:42:14 UTC (rev 164922)
@@ -1,3 +1,10 @@
+2014-02-28 Filip Pizlo <[email protected]>
+
+ Unreviewed, uncomment some code. It wasn't meant to be commented in the first place.
+
+ * dfg/DFGCSEPhase.cpp:
+ (JSC::DFG::CSEPhase::getPropertyStorageLoadElimination):
+
2014-02-28 Andreas Kling <[email protected]>
JSObject::findPropertyHashEntry() should take VM instead of ExecState.
Modified: trunk/Source/_javascript_Core/dfg/DFGCSEPhase.cpp (164921 => 164922)
--- trunk/Source/_javascript_Core/dfg/DFGCSEPhase.cpp 2014-03-01 18:48:35 UTC (rev 164921)
+++ trunk/Source/_javascript_Core/dfg/DFGCSEPhase.cpp 2014-03-01 19:42:14 UTC (rev 164922)
@@ -799,8 +799,8 @@
return 0;
case MultiPutByOffset:
- //if (node->multiPutByOffsetData().reallocatesStorage())
- // return 0;
+ if (node->multiPutByOffsetData().reallocatesStorage())
+ return 0;
break;
default:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes