Dynamic code footprint optimization for the IBM cell broadband engine

Werth T, Floßmann T, Klemm M, Schell D, Weigand U, Philippsen M (2009)


Publication Language: English

Publication Status: Published

Publication Type: Conference contribution, Conference Contribution

Publication year: 2009

Pages Range: 64-72

Article Number: 5071385

Event location: Vancouver, BC CA

ISBN: 9781424437184

URI: http://www2.informatik.uni-erlangen.de/publication/download/WFKSWP09.pdf

DOI: 10.1109/IWMSE.2009.5071385

Abstract

Multicore designers often add a small local memory close to each core to speed up access and to reduce off-chip IO. But this approach puts a burden on the programmer, the compiler, and the runtime system, since this memory lacks hardware support (cache logic, MMU, ...) and hence needs to be managed in software to exploit its performance potential. The IBM Cell Broadband Engine (Cell B. E.) is extreme in this respect, since each of the parallel cores can only address code and data in its own local memory directly. Overlay techniques from the 70ies solve this problem with the well-known drawbacks: The programmer must manually divide the program into overlays and the largest overlay determines how much data the application can work with. In our approach, programmers do no longer need to cut overlays. Instead, we automatically and at runtime fragment and load small code snippets into a code cache located in the local stores and supervised by a garbage collector. Since our loader does not load code that is not needed for execution, the code cache can be much smaller (up to 70%) than the original program size. Applications can therefore work on larger data sets, i. e., bigger problems. Our loader is highly efficient and slows down applications by less than 5% on average. It can load any native code without preprocessing or changes in the software tool chain. © 2009 IEEE.

Authors with CRIS profile

How to cite

APA:

Werth, T., Floßmann, T., Klemm, M., Schell, D., Weigand, U., & Philippsen, M. (2009). Dynamic code footprint optimization for the IBM cell broadband engine. In Porter, Adam ; Votta, Larry ; Pankratius, Victor (Eds.), Proceedings of the 2009 ICSE Workshop on Multicore Software Engineering, IWMSE 2009 (pp. 64-72). Vancouver, BC, CA.

MLA:

Werth, Tobias, et al. "Dynamic code footprint optimization for the IBM cell broadband engine." Proceedings of the 2009 ICSE Workshop on Multicore Software Engineering, IWMSE 2009, Vancouver, BC Ed. Porter, Adam ; Votta, Larry ; Pankratius, Victor, 2009. 64-72.

BibTeX: Download