summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorTrevor Norris <trev.norris@gmail.com>2013-06-19 11:20:45 -0700
committerTrevor Norris <trev.norris@gmail.com>2013-07-03 14:56:27 -0700
commitec90e6e80adbb9c6f31158c319eba4e35edda845 (patch)
treeb6fe6d19a44b22677b421c6f32f4fbc11ad2e8e5 /node.gyp
parentc1db1ecd15fd796b68311c67288b395e7784defd (diff)
downloadandroid-node-v8-ec90e6e80adbb9c6f31158c319eba4e35edda845.tar.gz
android-node-v8-ec90e6e80adbb9c6f31158c319eba4e35edda845.tar.bz2
android-node-v8-ec90e6e80adbb9c6f31158c319eba4e35edda845.zip
slab_allocator: remove SlabAllocator
Now that Buffer instantiation has improved, the SlabAllocator is an unnecessary layer of complexity preventing further performance optimizations. Currently there is a small performance loss with very small stream requests, but this will soon be addressed.
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp2
1 files changed, 0 insertions, 2 deletions
diff --git a/node.gyp b/node.gyp
index cbd9dd61ac..d1e6c187fe 100644
--- a/node.gyp
+++ b/node.gyp
@@ -108,7 +108,6 @@
'src/smalloc.cc',
'src/string_bytes.cc',
'src/stream_wrap.cc',
- 'src/slab_allocator.cc',
'src/tcp_wrap.cc',
'src/timer_wrap.cc',
'src/tty_wrap.cc',
@@ -140,7 +139,6 @@
'src/tcp_wrap.h',
'src/udp_wrap.h',
'src/req_wrap.h',
- 'src/slab_allocator.h',
'src/string_bytes.h',
'src/stream_wrap.h',
'src/tree.h',