From 1b370431d0ac51eb54bfbf17247f935d48995a34 Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Tue, 5 Jun 2012 01:23:08 -0400 Subject: sim: Remove FastAlloc While FastAlloc provides a small performance increase (~1.5%) over regular malloc it isn't thread safe. After removing FastAlloc and using tcmalloc I've seen a performance increase of 12% over libc malloc when running twolf for ARM. --- src/python/swig/event.i | 1 - 1 file changed, 1 deletion(-) (limited to 'src/python/swig') diff --git a/src/python/swig/event.i b/src/python/swig/event.i index f8c37bb4f..0af29e449 100644 --- a/src/python/swig/event.i +++ b/src/python/swig/event.i @@ -73,7 +73,6 @@ %include %include -%import "base/fast_alloc.hh" %import "sim/serialize.hh" %include "base/types.hh" -- cgit v1.2.3