[jsc-dev] bmalloc freelist from JIT code

Geoffrey Garen ggaren at apple.com
Thu Nov 2 12:46:28 PDT 2017


> 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


More information about the jsc-dev mailing list