https://bugs.kde.org/show_bug.cgi?id=401564

--- Comment #2 from RJVB <rjvber...@gmail.com> ---
FWIW:
Qt Creator appears to be using a server process to deploy its clang-based
parser. I don't know at what overhead cost that comes with, but I think there
are a few obvious advantages to the approach:

- crash-protection: just restart the server if libclang runs into a problem
(i.e. when the server is no longer there).
- RAM use and management: multiple sessions can connect to a single server
process and (in its simplest form) memory can be reclaimed by restarting that
process manually.

If this hasn't been considered yet (and is anyway feasible) it could make for a
very nice GSoC project.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to