> So, my question is, is it feasible to consider adding a freelist mechanism to bmalloc that can be used from JIT? bmalloc uses a bump allocator rather than a free list, and that’s pretty important to its performance. Geoff