[Development] clangbackend qtcreator 4.2 memory hogging

Marco Bubke Marco.Bubke at qt.io
Wed Oct 26 12:08:27 CEST 2016


If c++ modules becomes supported it could go down but actually you should request that in the clang mailling list. We open a translation unit for every file and they are that big. We research precompiled header to improve speed and maybe they provide advantages in memory usage too.

________________________________
From: Development <development-bounces+marco.bubke=qt.io at qt-project.org> on behalf of kang joni <kangjoni76 at gmail.com>
Sent: Wednesday, October 26, 2016 11:57:55 AM
To: development at qt-project.org
Subject: [Development] clangbackend qtcreator 4.2 memory hogging

I have small project in which contains 2k SLOC with heavy v8 js
template included in source file.
For small opening 3-4 sources file this take almost 870mb in memory
with no precompiled header being checked plus qtcreator eats 280mb
with 2gb Intel celeron and this is definitely not desirable for me. I
have feature request  whether is this possible to put heavy c++ symbol
data in sqlite file with multithread concurrent access mechanism
instead to keep clangbackend memory usage being low?
_______________________________________________
Development mailing list
Development at qt-project.org
http://lists.qt-project.org/mailman/listinfo/development
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20161026/83cf5f0c/attachment.html>


More information about the Development mailing list