auto commit

This commit is contained in:
CyC2018
2018-05-30 18:41:35 +08:00
parent 0a47291191
commit b04f8e35a4
10 changed files with 230 additions and 198 deletions

View File

@ -270,7 +270,7 @@ finalize() 类似 C++ 的析构函数,用来做关闭外部资源等工作。
<div align="center"> <img src="../pics//a4248c4b-6c1d-4fb8-a557-86da92d3a294.jpg" width=""/> </div><br>
将需要回收的对象进行标记,然后清理掉被标记的对象。
将需要存活的对象进行标记,然后清理掉被标记的对象。
不足: