> > My guess is that you don't have heap profiling enabled (--enable-prof),
> and that the compiler is complaining about what is effectively dead code.
>  An easy solution is to protect the memcpy() with a conditional:
> >
> >       if (config_prof)
> >
> > I'll make a note to do something like this in order to silence the
> warnings.
>
> I took a slightly different approach:
>
>
> https://github.com/jemalloc/jemalloc/commit/5f60afa01eb2cf7d44024d162a1ecc6cceedcca1
>
> Jason


thanks for your quick response. would make any problem that patch if i set
my own prefix like --with-jemalloc-prefix=je_ ?

regards,

-- 
Eduardo Silva
http://edsiper.linuxchile.cl
http://monkey-project.com
_______________________________________________
jemalloc-discuss mailing list
jemalloc-discuss@canonware.com
http://www.canonware.com/mailman/listinfo/jemalloc-discuss

Reply via email to