log runtime/fixed_alloc.h @ 189:d0e3a13c1bd9 default tip

age author description
Mon, 18 Oct 2010 00:50:18 -0400 Mike Pavone Improved memory debug output and fixed memory leak in Array
Tue, 24 Aug 2010 23:22:17 -0400 Mike Pavone Various compiler improvements
Mon, 02 Aug 2010 01:55:56 -0400 Mike Pavone Cleaned up binary trees benchmark, made memory allocator somewhat configurable at compile time
Mon, 02 Aug 2010 00:58:55 -0400 Mike Pavone Beginning of port of compiler to itself, some bugfixes and a refcount optimization
Sat, 31 Jul 2010 00:19:15 -0400 Mike Pavone Fix memory leak and bug that was preventing First@Dictionary from working properly
Mon, 07 Jun 2010 01:15:16 -0400 Mike Pavone Some small optimizations
Tue, 02 Mar 2010 00:18:49 -0500 Mike Pavone Fixed some bugs introduced in previous commit and moved definition of integer methods out of runtime and into the compiler
Sat, 10 Oct 2009 16:40:50 -0400 Mike Pavone Added faster allocator for small objects