Damien George 516b09efc3 py, gc: Further reduce heap fragmentation with new, faster gc alloc.
The heap allocation is now exactly as it was before the "faster gc
alloc" patch, but it's still nearly as fast.  It is fixed by being
careful to always update the "last free block" pointer whenever the heap
changes (eg free or realloc).

Tested on all tests by enabling EXTENSIVE_HEAP_PROFILING in py/gc.c:
old and new allocator have exactly the same behaviour, just the new one
is much faster.
2014-08-28 23:06:38 +01:00
..
2014-07-03 13:25:24 +01:00
2014-07-03 13:25:24 +01:00
2014-08-10 17:50:28 +01:00
2014-08-10 17:50:28 +01:00
2014-08-10 17:53:43 +01:00
2014-07-24 14:21:37 +01:00
2014-07-24 14:21:37 +01:00
2014-07-03 14:13:33 +01:00
2014-07-03 13:25:24 +01:00
2014-07-03 13:25:24 +01:00
2014-05-21 20:32:59 +01:00
2014-07-01 02:14:08 +03:00
2014-07-01 02:14:08 +03:00
2014-08-22 18:30:02 +01:00
2014-06-27 00:04:18 +03:00