You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A-codegenArea: Code generationA-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.I-slowIssue: Problems and improvements with respect to performance of generated code.
"Inductive range check elimination" may help remove bounds checks inside loops. That said, the extra compilation time required to run the pass may not be worth it (since our iterators work well).
A-codegenArea: Code generationA-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.I-slowIssue: Problems and improvements with respect to performance of generated code.
"Inductive range check elimination" may help remove bounds checks inside loops. That said, the extra compilation time required to run the pass may not be worth it (since our iterators work well).
http://llvm.org/docs/Frontend/PerformanceTips.html
The text was updated successfully, but these errors were encountered: