Abstract
We present a Lisp system that can be downloaded to and used on mobile phones. This system was developed as a side-product of research experiment on real-time garbage collection. Many mobile terminals are now equipped with a tiny Java VM based on KVM so that the users can download application programs for their terminals. In order to realize high performance real-time garbage collection on such mobile terminals, we have been implementing various implementation techniques experimentally. We chose Lisp for evaluation, since there are many benchmark programs available in Lisp for memory management. We built a Lisp interpreter on KVM for mobile terminals by modifying a compact Lisp system JAKLD written in J2SE, and ran Lisp benchmarks for evaluation. JAKLD is designed to be used primarily as an embedded system in Java applications. JAKLD itself is a compact system, but we had to further reduce the size of the system in order to meet the limitation of functionality in KVM. The reduced system became available on mobile terminals by making use of APIs specially designed for mobile terminals.