[Mesa-dev] Improving ralloc performance for the GLSL compiler

Marek Olšák maraeo at gmail.com
Wed Aug 31 12:40:05 UTC 2016


On Aug 31, 2016 5:02 AM, "Michel Dänzer" <michel at daenzer.net> wrote:
>
> On 30/08/16 06:51 PM, Marek Olšák wrote:
> >
> > If we don't care about memory usage, let's use my allocator. If we do,
> > let's import jemalloc into the Mesa tree and use it for ralloc.
>
> Instead of importing jemalloc into Mesa, could we use the shared
> libjemalloc.so.1?

No idea. It exports malloc/free/etc, but "nm" says "there are no
symbols". Perhaps they can only be dlsym'd.

Marek


More information about the mesa-dev mailing list