http://llvm.org/bugs/show_bug.cgi?id=14026

             Bug #: 14026
           Summary: With large tuple size(60) clang much slower than gcc
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: C++11
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified


Created attachment 9308
  --> http://llvm.org/bugs/attachment.cgi?id=9308
contains all files needed to run test, and test output (.txt) file.

Using 2 different implementations of tuple, at large tuple size (60),
the clang compiler is more than 3 times slower than gcc.

The benchmark was run with a python program, tuple_benchmark_run.py
in the attached zip file.

The timing output is in the *.time.txt file in the zip file.
The make was used to run the .py file, and the output of that
make command also incuded in the *.compilation file.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to