Displaying 2 results from an estimated 2 matches for "2bb26916".
2013 Jul 23
0
[LLVMdev] Analysis of polly-detect overhead in oggenc
...debug messages themselves more efficient?
Perhaps reimplementing it so that any table lookups are quick and no
malloc/free is done in the process.
James
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130723/2bb26916/attachment.html>
2013 Jul 23
2
[LLVMdev] Analysis of polly-detect overhead in oggenc
On 07/22/2013 11:58 PM, Star Tan wrote:
> Hi Tobias,
>
>
> I have attached a patch file to optimize string operations in Polly-Detect pass.
> In this patch file, I put most of long string operations in the condition variable of "PollyViewMode" or in the DEBUG mode.
OK.
> From 448482106e8d815afa40e4ce8543ba3f6f0237f1 Mon Sep 17 00:00:00 2001
> From: Star Tan