Difference between revisions of "Code Overlay"

From esoterum.org
Jump to: navigation, search
(IBM CBE Compilers (xlc/gcc))
Line 47: Line 47:
 
*(10.10) Manish Verma and Lars Wehmeyer and Peter Marwedel. [http://portal.acm.org/citation.cfm?id=1016748 Dynamic overlay of scratchpad memory for energy minimization]. International Conference on Hardware Software Codesign. Pages: 104 - 109. 2004.
 
*(10.10) Manish Verma and Lars Wehmeyer and Peter Marwedel. [http://portal.acm.org/citation.cfm?id=1016748 Dynamic overlay of scratchpad memory for energy minimization]. International Conference on Hardware Software Codesign. Pages: 104 - 109. 2004.
 
:-University of Dortmund, Dortmund, Germany
 
:-University of Dortmund, Dortmund, Germany
 +
 +
=== Segment Prefetching ===
 +
*[http://en.wikipedia.org/wiki/Branch_target_predictor Branch target prediction], should be similar to what we want to accomplish as opposed to branch prediction
  
 
=== IBM CBE Compilers (xlc/gcc) ===
 
=== IBM CBE Compilers (xlc/gcc) ===

Revision as of 15:46, 25 October 2009

-"Call-graph partitioning faces challenges with very large single functions. Such functions are generally the result of aggressive optimizations, particularly function inlining and loop unrolling."


-University of Dortmund, Computer Science 12, 44221 Dortmund, Germany
-University of Maryland, College Park, MD
-Seoul National University, Seoul, Korea
  • (10.3) Federico Angiolini and Francesco Menichelli and Alberto Ferrero and Luca Benini and Mauro Olivieri. A post-compiler approach to scratchpad mapping of code. International Conference on Compilers, Architecture and Synthesis for Embedded Systems. Pages: 259 - 267. 2004.
-Università di Bologna, Bologna, Italy
-University of Bologna, Bologna, Bologna, Italy
-University of Dortmund, Computer Science 12, 44221 Dortmund, Germany
-University of Dortmund, Computer Science 12, 44221 Dortmund, Germany
-University of Maryland, College Park, MD
-Microsyst. Design Lab., Pennsylvania State Univ., University Park, PA, USA;
-Sch. of Comput. Sci. & Eng., New South Wales Univ., Sydney, NSW, Australia;

Dynamic Code Mapping

-Seoul National University, Korea
-The University of New South Wales, Sydney, Australia
-University of Dortmund, 44221 Dortmund, Germany
-University of Dortmund, Dortmund, Germany

Segment Prefetching

IBM CBE Compilers (xlc/gcc)

--auto-overlay=link.script outputs the generated overlay as a linker script and halts


Last printed: 10.15