Georgge Bakh 29 Posted November 12, 2018 On 11/8/2018 at 6:36 PM, Stefan Glienke said: Oh, please, no excuses about the compiler leaking memory because of LLVM, if you know that then don't load it into the IDE process. Ah, that has to be done to use it for IDE tooling, like code completion and all kinds of source related things. Now you see why other languages and IDEs go the way of separating this and using a language service to provide such information I think there are other reasons. A compiler should not leak memory anyway. Also a compiler is not needed for IDE tooling. Share this post Link to post
Lars Fosdal 1792 Posted November 13, 2018 On 11/12/2018 at 1:28 AM, Georgge Bakh said: Also a compiler is not needed for IDE tooling. Code Insight/Completion, Error Insight, Background Compilation - all depends on various parts of the compilers. 1 Share this post Link to post
Sherlock 663 Posted November 13, 2018 On 11/9/2018 at 10:06 AM, Stefan Glienke said: Or you just use it to prepare demos. This. Share this post Link to post
Bill Meyer 337 Posted November 22, 2018 On 11/13/2018 at 8:56 AM, Lars Fosdal said: Code Insight/Completion, Error Insight, Background Compilation - all depends on various parts of the compilers. And historically, some pretty bad parts, it seems. 1 Share this post Link to post