search for: no_contention

Displaying 2 results from an estimated 2 matches for "no_contention".

Did you mean: no_connection
2015 Feb 26
0
[LLVMdev] Removing contention in PassRegistry accesses to speed up compiles
...t? > > > Please find attached the following files: > 1. *pass_registry.txt*: Git diff of our change. Note that it is against > LLVM svn revision 170375. > 2.* contention.txt*: Perf report with existing LLVM code - shows > contention in llvm::PassRegistry::getPassInfo() > 3. *no_contention.txt*: Perf report of LLVM built with our change. > 4. *segfault.txt*: Segfault we are encountering after our change. > 5. *clang_compile.cpp*: Snippet of code we use to compile code using LLVM. > > > Thanks a lot, > Nipun > -------------- next part -------------- An HTML attach...
2015 Feb 24
2
[LLVMdev] Removing contention in PassRegistry accesses to speed up compiles
...lookup. Any insights into the segfault? Please find attached the following files: 1. *pass_registry.txt*: Git diff of our change. Note that it is against LLVM svn revision 170375. 2.* contention.txt*: Perf report with existing LLVM code - shows contention in llvm::PassRegistry::getPassInfo() 3. *no_contention.txt*: Perf report of LLVM built with our change. 4. *segfault.txt*: Segfault we are encountering after our change. 5. *clang_compile.cpp*: Snippet of code we use to compile code using LLVM. Thanks a lot, Nipun -------------- next part -------------- An HTML attachment was scrubbed... URL: <htt...