search for: fprune

Displaying 1 result from an estimated 1 matches for "fprune".

Did you mean: prune
2014 Sep 20
2
[LLVMdev] Optimization of string.h calls
Yes, well that is a good point w.r.t. strings as typically passed to string.h functions. I guess in this case I had figured that the use of __FILE__ could easily be optimized since it becomes a string constant. Am I wrong? Is the issue that __FILE__ might occur multiple times in a source file and thus become a merged constant? Perhaps there is simply not much use for a string-optimizing