提交 2282e02b authored 作者: Frederic's avatar Frederic

Added comment about a conjecture.

上级 e0d579d9
...@@ -915,6 +915,14 @@ class DestroyHandler(toolbox.Bookkeeper): ...@@ -915,6 +915,14 @@ class DestroyHandler(toolbox.Bookkeeper):
else: else:
#James's Conjecture: #James's Conjecture:
#If there are no destructive ops, then there can be no cycles. #If there are no destructive ops, then there can be no cycles.
#FB: This isn't always True. It can happend that
#optimization introduce node that depend on itself. This
#is very rare and should not happen in general. It will be
#caught later. The error will be far from the source. But
#doing this conjecture should speed up compilation most of
#the time. The user should create such dependency except
#if he mess too much with the internal.
pass pass
return True return True
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论