提交 d87f1f91 authored 作者: James Bergstra's avatar James Bergstra

Added an info() to gof/cc for the compilation of un-versioned Ops.

上级 a824fa00
...@@ -518,6 +518,8 @@ class CLinker(link.Linker): ...@@ -518,6 +518,8 @@ class CLinker(link.Linker):
except utils.MethodNotDefined: except utils.MethodNotDefined:
cleanup = "" cleanup = ""
info('compiling un-versioned Apply', node)
blocks.append(CodeBlock("", behavior, cleanup, sub)) blocks.append(CodeBlock("", behavior, cleanup, sub))
tasks.append((node, 'code', id)) tasks.append((node, 'code', id))
id += 1 id += 1
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论