提交 1b08a05e authored 作者: Frederic's avatar Frederic

remove code that was moved.

上级 1644bd5f
...@@ -285,9 +285,6 @@ class Stack(VM): ...@@ -285,9 +285,6 @@ class Stack(VM):
if self.allow_gc and self.dependencies is None: if self.allow_gc and self.dependencies is None:
raise ValueError("Must set dependencies when using GC") raise ValueError("Must set dependencies when using GC")
if config.profile:
self.memory_size_map = {"nt8": 1, "t16": 2, "t32": 4,
"t64": 8, "128": 16}
def run_thunk_of_node(self, node): def run_thunk_of_node(self, node):
"""Run the thunk corresponding to Apply instance `node` """Run the thunk corresponding to Apply instance `node`
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论