@inproceedings{d0c9db941ebf4cf99f7c41e69eed0ca6,
title = "The stack allocation technique on Android OS",
abstract = "Garbage collection is one of major reason for performance degradation on Android OS. Escape analysis can be one of techniques to prevent performance degradation and Google has tried to implement scalar replacement through the escape analysis. But it does not become Android default functionality. This paper took it and compared with our proposed stack allocation method. The experimental result shows scalar replacement has no effect at all but stack allocation produce effective results. The CaffeinMark benchmark also shows no performance degradation in spite of additional instructions.",
author = "Lim, {Yeong Kyu} and Kim, {Cheong Ghil} and Lee, {Min Suk} and Kim, {Shin Dug}",
year = "2013",
doi = "10.1007/978-94-007-5860-5_86",
language = "English",
isbn = "9789400758599",
series = "Lecture Notes in Electrical Engineering",
pages = "727--732",
booktitle = "IT Convergence and Security 2012",
note = "International Conference on IT Convergence and Security, ICITCS 2012 ; Conference date: 05-12-2012 Through 07-12-2012",
}