提交 258dcb6c authored 作者: Frederic Bastien's avatar Frederic Bastien

don't recompile the Print op each time.

上级 ca3ffe5f
......@@ -109,6 +109,8 @@ class Print(Op):
def __hash__(self):
return hash(self.message) ^ hash(str(self.attrs))
def c_code_cache_version(self):
return (1,)
class PrinterState(gof.utils.scratchpad):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论