search for: 1bc228f8

Displaying 2 results from an estimated 2 matches for "1bc228f8".

2013 Jul 22
0
[LLVMdev] Analysis of polly-detect overhead in oggenc
..., I agree with you. I have attached a patch file to move "return false" out of INVALID macro. > >Cheers, >Tobias Thanks, Star Tan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130722/1bc228f8/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-ScopDetect-move-return-false-out-of-INVALID-macro.patch Type: application/octet-stream Size: 9214 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/2013...
2013 Jul 21
2
[LLVMdev] Analysis of polly-detect overhead in oggenc
On 07/21/2013 09:49 AM, Star Tan wrote: > Hi all, > > > I have attached a patch file to reduce the polly-detect overhead. Great. > My idea is to avoid calling TypeFinder in Non-DEBUG mode, so > TypeFinder is only called in DEBUG mode with the DEBUG macro. This > patch file did this work with following modifications: > > > First, it keeps most of string information