Title: [158385] trunk/Source/_javascript_Core
Revision
158385
Author
[email protected]
Date
2013-10-31 12:20:21 -0700 (Thu, 31 Oct 2013)

Log Message

Unreviewed, really remove CachedTranscendentalFunction.h.

* GNUmakefile.list.am:
* _javascript_Core.vcxproj/_javascript_Core.vcxproj:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (158384 => 158385)


--- trunk/Source/_javascript_Core/ChangeLog	2013-10-31 19:19:15 UTC (rev 158384)
+++ trunk/Source/_javascript_Core/ChangeLog	2013-10-31 19:20:21 UTC (rev 158385)
@@ -1,5 +1,12 @@
 2013-10-31  Filip Pizlo  <[email protected]>
 
+        Unreviewed, really remove CachedTranscendentalFunction.h.
+
+        * GNUmakefile.list.am:
+        * _javascript_Core.vcxproj/_javascript_Core.vcxproj:
+
+2013-10-31  Filip Pizlo  <[email protected]>
+
         Remove CachedTranscendentalFunction because caching math functions is an ugly idea
         https://bugs.webkit.org/show_bug.cgi?id=123574
 

Modified: trunk/Source/_javascript_Core/GNUmakefile.list.am (158384 => 158385)


--- trunk/Source/_javascript_Core/GNUmakefile.list.am	2013-10-31 19:19:15 UTC (rev 158384)
+++ trunk/Source/_javascript_Core/GNUmakefile.list.am	2013-10-31 19:20:21 UTC (rev 158385)
@@ -791,7 +791,6 @@
 	Source/_javascript_Core/runtime/BooleanPrototype.h \
 	Source/_javascript_Core/runtime/ButterflyInlines.h \
 	Source/_javascript_Core/runtime/Butterfly.h \
-	Source/_javascript_Core/runtime/CachedTranscendentalFunction.h \
 	Source/_javascript_Core/runtime/CallData.cpp \
 	Source/_javascript_Core/runtime/CallData.h \
 	Source/_javascript_Core/runtime/ClassInfo.h \

Modified: trunk/Source/_javascript_Core/_javascript_Core.vcxproj/_javascript_Core.vcxproj (158384 => 158385)


--- trunk/Source/_javascript_Core/_javascript_Core.vcxproj/_javascript_Core.vcxproj	2013-10-31 19:19:15 UTC (rev 158384)
+++ trunk/Source/_javascript_Core/_javascript_Core.vcxproj/_javascript_Core.vcxproj	2013-10-31 19:20:21 UTC (rev 158385)
@@ -1073,7 +1073,6 @@
     <ClInclude Include="..\runtime\BooleanPrototype.h" />
     <ClInclude Include="..\runtime\Butterfly.h" />
     <ClInclude Include="..\runtime\ButterflyInlines.h" />
-    <ClInclude Include="..\runtime\CachedTranscendentalFunction.h" />
     <ClInclude Include="..\runtime\CallData.h" />
     <ClInclude Include="..\runtime\ClassInfo.h" />
     <ClInclude Include="..\runtime\CodeCache.h" />
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to