Tobias Grosser

Results 54 comments of Tobias Grosser

@Silex: It would be great to completely understand this issue. Can you check which include files it is touching. Maybe with some strace command. I do not see an obvious...

Hi exclipy, I think caching stuff on disk might be a solution, but before we go ahead and try this, I believe we should check if we can cache files...

Hi Marvin, let's get a common base. Can compile ./complete as provided in https://github.com/Rip-Rip/clang_complete/issues/17#issuecomment-700680 and measure the performance of the example in https://github.com/Rip-Rip/clang_complete/issues/17#issuecomment-699077 Call it like this, and check if...

Hey marvin2k, I did not realize you were referring to the include path problem. I think the include path problem, looks very much like a clang bug. I think after...

Hi cehoffmann, I don't have time to work on this, but if you really want to improve performance there are three steps you should take: 1) Update to clang trunk...

Hi Marvin2k, I always use LLVM trunk and update every couple of weeks. My performance is reasonable. ;-) What are your exact performance problems? As far as I understood, the...

On 04/28/2013 01:50 AM, V G wrote: > Currently having the same extremely slow completion as well. Completion taking longer than 5 seconds on a Core i7, Windows 8 x64....

I just decided the easies way to go is to use libclang directly, as it has a nice library interface and can easily be integrated using python. No need to...

I actually did not close this one, as this is still work in progress. But it seems I cannot reopen it.

That's what I believe. Add this is apparently not the case, it seems to be some kind of bug. Did you try to reproduce this behavior? On Wed, Aug 10,...