Jump to content
Registration disabled at the moment Read more... ×
Mohammed Nasman

New in 10.3: IDE UI Improvements in the Main Window

Recommended Posts

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
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.
 

  • Like 1

Share this post


Link to post
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
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.

  • Like 1

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×