http://llvm.org/bugs/show_bug.cgi?id=22378
Reid Kleckner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED CC| |[email protected] Resolution|--- |INVALID --- Comment #3 from Reid Kleckner <[email protected]> --- Diagnosing every form of resource exhaustion is infeasible. For example, it is possible to provide C++ source input that causes exponential heap memory usage with templates. Eventually the process will crash, and we don't want to be in the business of diagnosing that. Instead, we just have some simple safety checks for "too much instantiation" and "too much constexpr" to improve the user experience in common cases. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
