Closed
Description
jemalloc
seems to have the ability to inline the fast path of allocation. It would be awesome to do cross-language inlining so that we can make allocation equivalent to pulling a pointer off the free list in many places.
This would help get Servo flow allocation performance on par with WebKit/Blink's.