ALF——一种新的并行废料收集方法
ALF:A New Parallel Garbage Collection Method
-
摘要: ALF 是一种基于标记的并行废料收集方法。由于在节点空间中引进了“代”的概念,这种方法使废料收集可以有效地进行,执行器也能几乎全速地做正常的处理工作。文中给出了ALF 方法的一种实现——ALF1算法。Abstract: ALF is a parallel garbage collection method based on marking.By dividing nodes into“generations”,the collector can work efficiently,and the mutator can work at almost full speed.After discussing the method,we describe an algorithm ALF 1,which is an implementation of ALF.
下载: