From 149562555c9bf56457dee9a1ad70c53ed670a776 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 5 Jul 2011 14:40:13 -0700 Subject: Downgrade V8 to 3.1.8.25 There are serious performance regressions both in V8 and our own legacy networking stack. Until we correct our own problems we are going back to the old V8. --- deps/v8/src/cpu.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'deps/v8/src/cpu.h') diff --git a/deps/v8/src/cpu.h b/deps/v8/src/cpu.h index 2525484a0..ddc402f7d 100644 --- a/deps/v8/src/cpu.h +++ b/deps/v8/src/cpu.h @@ -36,8 +36,6 @@ #ifndef V8_CPU_H_ #define V8_CPU_H_ -#include "allocation.h" - namespace v8 { namespace internal { @@ -55,8 +53,6 @@ class CPU : public AllStatic { // Initializes the cpu architecture support. Called once at VM startup. static void Setup(); - static bool SupportsCrankshaft(); - // Flush instruction cache. static void FlushICache(void* start, size_t size); -- cgit v1.2.1