[cfe-commits] r152820 - in /cfe/trunk: include/clang/AST/RecursiveASTVisitor.h test/Index/index-many-logical-ops.c

Argyrios Kyrtzidis akyrtzi at gmail.com
Thu Jun 20 12:17:29 PDT 2013


On Jun 20, 2013, at 12:38 AM, Chandler Carruth <chandlerc at google.com> wrote:

> 
> On Thu, Mar 15, 2012 at 11:07 AM, Argyrios Kyrtzidis <akyrtzi at gmail.com> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130620/ff12a023/attachment.html>


More information about the cfe-commits mailing list