aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-12-22 08:35:43 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-12-22 08:35:43 +0000
commit8433f6d5895f6c47231c1e38ee65cbd07bc7a646 (patch)
tree760fcd65bf9721b8a488ce4f1b974347949acdee /make-version.pl
parent1234c207f61d2b2cd7b7b78ec2259b7efd3882f1 (diff)
change some slab allocated memory into ep/emem allocated structures instead.
this primarily removes code and simplifies (==eliminates) the need to track the data that is allocated and should potentially be slightly faster than a slab allocator. however these functions are called A LOT so there might be a performance hit when using emem with full debugging canary values and all the bells and whistles activated. this change also makes any future attempt to parallellize dissection of frames easier if we just make the ep allocator allocate from a threads specific ep pool. (something we would have to do anyway to make ep allocations multithreaded) this works in all my tests so far but needs more test coverage. svn path=/trunk/; revision=20194
Diffstat (limited to 'make-version.pl')
0 files changed, 0 insertions, 0 deletions