On Thu, Mar 15, 2012 at 11:07 AM, Argyrios Kyrtzidis <[email protected]>wrote:

> Author: akirtzidis
> Date: Thu Mar 15 13:07:19 2012
> New Revision: 152820
>
> URL: http://llvm.org/viewvc/llvm-project?rev=152820&view=rev
> Log:
> Make RecursiveASTVisitor to traverse certain statements using data
> recursion
> to avoid a stack overflow with extreme cases.
>
> Part of rdar://10941790.
>
> Added:
>     cfe/trunk/test/Index/index-many-logical-ops.c
>

Hey Argiris, it turns out that this test is the second slowest in Clang's
regression test suite for me taking 25.26 seconds. Is there any way to
speed it up or only run it on optimized builds or something?
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to