提交 538c63b8 authored 作者: James Bergstra's avatar James Bergstra

FIX: vm.Stack missing compute_map cell reset

上级 2e109782
...@@ -401,6 +401,7 @@ class Stack(VM): ...@@ -401,6 +401,7 @@ class Stack(VM):
break break
if empty_storage_map: if empty_storage_map:
storage_map[i][0] = None storage_map[i][0] = None
compute_map[i][0] = None
# Hacky coarse gc final pass # Hacky coarse gc final pass
# This is required until we have a proper gc algorithm for graphs with # This is required until we have a proper gc algorithm for graphs with
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论