Neural Network Based Garbage Collection Scheduling Method

LI Wei-ming,LI Zhi-tang
DOI: https://doi.org/10.3969/j.issn.1000-1220.2007.07.004
2007-01-01
Abstract:Automatic memory garbage collection mechanism is now the necessary feature in modern programming language.The downside of GC is that collection is not called in time and consuming much more CPU resource.The paper presents a RBF neural network based scheduling method to determine the time of GC running.The method is divided into predefined training and dynamic training to improve the precise.The paper describes implementation of the method in detail and analyzes the performance tests which prove that it a practical method.
What problem does this paper attempt to address?