@techreport{oai:ipsj.ixsq.nii.ac.jp:00030350,
 author = {高橋, 聡子 and 前田, 敦司 and 田中, 良夫 and 岩井, 輝男 and 中西, 正和 and Satoko, Takahashi and Atsushi, Maeda and Yoshio, Tanaka and Teruo, Iwai and Masakazu, Nakanishi},
 issue = {114(1995-PRO-004)},
 month = {Nov},
 note = {一括型のGCでは一度GCが起動されると,リスト処理の中断が生じるため,会話処理や実時間処理を行なう場合には,一括型のGCではなく,リスト処弾とGCを並列に行なう並列GCなどの実時間GCが有効である,並列GCにより,リスト処理の実時間処理能力は向上するが,処理速度の面では停止型GCより劣ってしまう場合がある.本稿では,並列Lispに並列GCを採用することで,リスト処理プロセス(utato)とGCプロセス(ollecto)を同時に複数実行し,処理を分担させることで高速処理を実現するような並列Lispシステムの実装の報告を行なう., Sequential garbage collection causes a disruption of list processing when invoked. Instead of executing garbage collection sequentially, realtime garbage collection such as parallel garbage collection that executes list processing and garbage collecting in parallel, is effective for an interactive system and a realtime system. Parallel garbage collection can improve a realtime performance of list processing, but it is inferior to sequential garbage collection in throughput. We report an implementation of parallel lisp system equipped with parellel garbage collection that yields improvements in throughput by executing mutators and collectors simultaneously and balancing load among them.},
 title = {並列GCを備えた並列Lispシステム},
 year = {1995}
}