Jump to content
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×