C++ in jemalloc
Conrad Meyer
cem at freebsd.org
Fri Oct 6 16:05:02 UTC 2017
On Thu, Oct 5, 2017 at 9:58 PM, Mark Millard <markmi at dsl-only.net> wrote:
> Luckily most kernel and world code that I actively use
> does not throw C++ exceptions in my use.
>
> But devel/kyua is majorly broken by the C++ exception
> issue: It makes extensive use of C++ exceptions. In my
> view that disqualifies clang as being "close": I view
> my activity as a hack until devel/kyua is generally
> operable and so available for use in testing.
I don't think that is a major roadblock; a broken port is a broken
port. Kyua is a relatively unimportant one for most users. In this
particular case, maybe kyua (a leaf binary) could be built with GCC
instead of Clang on any platform with broken C++ exceptions.
Best,
Conrad
More information about the freebsd-current
mailing list