Review Request 119959: Do not create multiple chains/env files on update.
Sergey Kalinichev
kalinichev.so.0 at gmail.com
Wed Aug 27 19:45:14 UTC 2014
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/119959/#review65385
-----------------------------------------------------------
I've just tested it. The code-completion is very slow once again.
To reproduce open kdev-clnag project and edit clangparsejob.cpp
On console I see a lot of ClangParsingEnvironmentFile::needsUpdate: environment differs, require update: "/usr/lib/*
- Sergey Kalinichev
On Aug. 27, 2014, 11:20 p.m., Milian Wolff wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/119959/
> -----------------------------------------------------------
>
> (Updated Aug. 27, 2014, 11:20 p.m.)
>
>
> Review request for KDevelop and Sergey Kalinichev.
>
>
> Repository: kdev-clang
>
>
> Description
> -------
>
> The implementation of ClangParsingEnvironmentFile::matchEnvironment
> was too restrictive. A "match" should just indicate that a given
> DUChain is valid for a given environment in principle, not whether
> its environment is equal (or so I think right now).
>
> Otherwise, we end up creating multiple TopDUContexts with associated
> ClangEnvironmentFiles whenever the environment has changed and a
> reparse is triggered.
>
>
> Diffs
> -----
>
> clangsupport.cpp 7d091eb3873a973ae283dcdafb9551d0fd16d325
> duchain/clangparsingenvironmentfile.cpp b7d903c9961beeecaca7438d7f5c96be5394387c
> tests/test_duchain.cpp d0146c92f8a7d878aaca8266d6c3f07b24a60701
>
> Diff: https://git.reviewboard.kde.org/r/119959/diff/
>
>
> Testing
> -------
>
> The unit test now passes, but I could never reproduce this:
>
> commit fccc9b4311abb8f858c18e80348df8d3e09b1ce3
> Author: Sergey Kalinichev <kalinichev.so.0 at gmail.com>
> Date: Tue Aug 19 21:54:57 2014 +0400
>
> Implement ClangParsingEnvironmentFile::matchEnvironment
>
> Now code completion is so much faster!
>
> so I don't know whether the code completion is now slower again? Anyhow, if that is the case we'd need a different fix anyways.
>
>
> Thanks,
>
> Milian Wolff
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20140827/a968fd8c/attachment-0001.html>
More information about the KDevelop-devel
mailing list