Forkシステムコールを用いた並列ガーベジコレクションのLisp処理系への実装と評価
スポンサーリンク
概要
- 論文の詳細を見る
We implemented the parallel garbage collector using fork system call for process generation supported in the multi-processes OS, suchas UNIX. The GC does not need a write barrier because the gc process performs marking the replica space generated by fork system call. Although Inter-Process Communication is needed in order tonotify garbagecells, the ordinary stop and collect mark-sweep GC can be easily changed to this method. We implemented the GC in the Lisp system and compared with the original mark-sweep GC.
- 神奈川大学の論文
- 2007-05-25
著者
-
佐藤 憲一郎
Graduate School Of Information Science Kanagawa University:presently With Hitachi Information System
-
松井 祥悟
Department of Information Science, Kanagawa University
-
松井 祥悟
Department Of Information Science Kanagawa University:to Whom Correspondence Should Be Addressed