2013-08-29 Filip Pizlo <fpizlo@apple.com>
+ Kill code that became dead after http://trac.webkit.org/changeset/154833
+
+ Rubber stamped by Oliver Hunt.
+
+ * dfg/DFGDriver.h:
+
+2013-08-29 Filip Pizlo <fpizlo@apple.com>
+
CodeBlock's magic for scaling tier-up thresholds should be more reusable
https://bugs.webkit.org/show_bug.cgi?id=120486
JS_EXPORT_PRIVATE unsigned getNumCompilations();
-#if ENABLE(DFG_JIT)
-CompilationResult tryCompile(ExecState*, CodeBlock*, unsigned osrEntryBytecodeIndex, PassRefPtr<DeferredCompilationCallback>, Worklist*);
-#else
-inline CompilationResult tryCompile(ExecState*, CodeBlock*, unsigned, PassRefPtr<DeferredCompilationCallback>, Worklist*) { return CompilationFailed; }
-#endif
-
// If the worklist is non-null, we do a concurrent compile. Otherwise we do a synchronous
// compile. Even if we do a synchronous compile, we call the callback with the result.
CompilationResult compile(ExecState*, CodeBlock*, unsigned osrEntryBytecodeIndex, PassRefPtr<DeferredCompilationCallback>, Worklist*);