https://issues.dlang.org/show_bug.cgi?id=14419
--- Comment #9 from Martin Nowak <[email protected]> --- For an AST interpreter this would mean you'd need to snapshot loop conditions to compare them, right? Sounds like slowing down interpretation and making a JITed interpreter much harder for a hacky fix to an unsolvable problem (http://en.wikipedia.org/wiki/Halting_problem). If you really think we should fix this, then a time limit for CTFE execution might be feasible. --
