On Jun 20, 2013, at 12:38 AM, Chandler Carruth <[email protected]> wrote:

> 
> 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?

The slowdown is the SequenceChecker here too.
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to