search for: invalidfunct

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

Did you mean: invalidfont
2013 Jul 14
0
[LLVMdev] Analysis of polly-detect overhead in oggenc
...;> Second, I still have not found the reason why the relative scop-detect >>> compile time percentage is significantly increased as the compiled code size >>> is getting bigger. >>> >>> My initial idea is that the global variable "FunctionSet >>> InvalidFunctions" (declared in include/polly/ScopDetection.h) may increase >>> compile-time because it always contains all functions. Since the variable >>> InvalidFunctions never releases its resource, the InvalidFunctions.count() >>> operation in ScopDetection.cpp would increas...