Title: [97412] trunk/Source/_javascript_Core
- Revision
- 97412
- Author
- [email protected]
- Date
- 2011-10-13 15:30:05 -0700 (Thu, 13 Oct 2011)
Log Message
Speculative build fix for !DFG builds.
* jit/JIT.cpp:
(JSC::JIT::privateCompile):
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (97411 => 97412)
--- trunk/Source/_javascript_Core/ChangeLog 2011-10-13 22:25:05 UTC (rev 97411)
+++ trunk/Source/_javascript_Core/ChangeLog 2011-10-13 22:30:05 UTC (rev 97412)
@@ -1,3 +1,10 @@
+2011-10-13 Gavin Barraclough <[email protected]>
+
+ Speculative build fix for !DFG builds.
+
+ * jit/JIT.cpp:
+ (JSC::JIT::privateCompile):
+
2011-10-13 Oliver Hunt <[email protected]>
Fix performance of ValueToInt32 node when predicting double
Modified: trunk/Source/_javascript_Core/jit/JIT.cpp (97411 => 97412)
--- trunk/Source/_javascript_Core/jit/JIT.cpp 2011-10-13 22:25:05 UTC (rev 97411)
+++ trunk/Source/_javascript_Core/jit/JIT.cpp 2011-10-13 22:30:05 UTC (rev 97412)
@@ -557,10 +557,12 @@
Jump registerFileCheck;
if (m_codeBlock->codeType() == FunctionCode) {
+#if ENABLE(DFG_JIT)
#if DFG_ENABLE(SUCCESS_STATS)
static SamplingCounter counter("orignalJIT");
emitCount(counter);
#endif
+#endif
#if ENABLE(VALUE_PROFILER)
ASSERT(m_bytecodeOffset == (unsigned)-1);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes