From 74a8215a8699f89ee4b82ca616a4eafa3b11203b Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Fri, 3 Feb 2012 16:32:00 +0100 Subject: Revert support for isolates. It was decided that the performance benefits that isolates offer (faster spin-up times for worker processes, faster inter-worker communication, possibly a lower memory footprint) are not actual bottlenecks for most people and do not outweigh the potential stability issues and intrusive changes to the code base that first-class support for isolates requires. Hence, this commit backs out all isolates-related changes. Good bye, isolates. We hardly knew ye. --- src/node_buffer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/node_buffer.h') diff --git a/src/node_buffer.h b/src/node_buffer.h index 3d1c2b2de91..ef7cf4fd837 100644 --- a/src/node_buffer.h +++ b/src/node_buffer.h @@ -65,6 +65,7 @@ namespace node { class NODE_EXTERN Buffer: public ObjectWrap { public: + static v8::Persistent constructor_template; static bool HasInstance(v8::Handle val); -- cgit v1.2.3