Re: C++ in jemalloc

2017-10-09 Thread David Goldblatt
lding libc, but weighing it against the ongoing maintenance drag on our end, it seems like a no-brainer (especially when we already come with dependencies outside of just the compiler and base build system). - David On Thu, Oct 5, 2017 at 11:59 AM, David Goldblatt <davidtgoldbl...@gmail.com>

Re: C++ in jemalloc

2017-10-05 Thread David Goldblatt
loc requiring this stuff? The answers might > change the 'no-go' to 'ok'. > > Warner > > > On Thu, Oct 5, 2017 at 3:00 PM, David Goldblatt <davidtgoldbl...@gmail.com > > wrote: > >> So it sounds like C++03 (or rather, the version of C++ supported by g++ >> 4.2) will b

Re: C++ in jemalloc

2017-10-05 Thread David Goldblatt
Thu, 2017-10-05 at 14:01 -0700, Warner Losh wrote: >> > On Thu, Oct 5, 2017 at 11:59 AM, David Goldblatt >> > wrote: >> > >> > > >> > > Hi all, >> > > >> > > The jemalloc developers have wanted to start usin

C++ in jemalloc

2017-10-05 Thread David Goldblatt
Hi all, The jemalloc developers have wanted to start using C++ for a while, to enable some targeted refactorings of code we have trouble maintaining due to brittleness or complexity (e.g. moving thousand line macro definitions to templates, changing the build->extract symbols->rebuild mangling