[Bug 287447] libllvm, libclang, and liblldb converted into shared libraries - performance degradation

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 11 Jun 2025 17:04:52 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287447

--- Comment #3 from Dimitry Andric <dim@FreeBSD.org> ---
(In reply to Ivan Rozhuk from comment #2)
The same as with all other dynamically linked programs: smaller sizes, more
sharing of code and data between binaries, slightly increased security due to
randomized load addresses, etc. Also the possibility of upgrading the shared
libraries independently of the binaries, though that is not applicable in this
case.

-- 
You are receiving this mail because:
You are the assignee for the bug.