Difference between revisions of "Code Overlay"

From esoterum.org
Jump to: navigation, search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
*[[Overlay generator]] technical details and instructions
 +
 +
 +
=== Literature ===
 +
*(10.16)Cytron, R. and Loewner, P. G. [http://portal.acm.org/citation.cfm?id=9931.9935&dl=GUIDE&dl=GUIDE&CFID=62477417&CFTOKEN=40689096 An automatic overlay generator]. IBM J. Res. Dev. 30, 6 (Nov. 1986), 603-608.
 +
*(10.17)Spacek, T. R. 1972. [http://portal.acm.org/citation.cfm?id=361407# A proposal to establish a pseudo virtual memory via writable overlays]. Commun. ACM 15, 6 (Jun. 1972), 421-426.
 +
 
*(10.15) Amit Pabalkar,  Aviral Shrivastava, Arun Kannan and Jongeun Lee. [http://www.springerlink.com/content/98qu566lq563008p/ SDRM: Simultaneous Determination of Regions and Function-to-Region Mapping for Scratchpad Memories]. High Performance Computing - HiPC 2008. Springer Berlin / Heidelberg. Volume Volume 5374/2008. Wednesday, December 17, 2008  
 
*(10.15) Amit Pabalkar,  Aviral Shrivastava, Arun Kannan and Jongeun Lee. [http://www.springerlink.com/content/98qu566lq563008p/ SDRM: Simultaneous Determination of Regions and Function-to-Region Mapping for Scratchpad Memories]. High Performance Computing - HiPC 2008. Springer Berlin / Heidelberg. Volume Volume 5374/2008. Wednesday, December 17, 2008  
  
Line 52: Line 59:
  
 
=== IBM CBE Compilers (xlc/gcc) ===
 
=== IBM CBE Compilers (xlc/gcc) ===
 +
*Overlay manager source code <<code>ovl_spu.S</code>> is located in <<code>spu-binutils-2.18.50-21.src.rpm: ld/emultempl/spu_ovl.S</code>>
 
*[http://publib.boulder.ibm.com/infocenter/systems/scope/syssw/index.jsp?topic=/eicct/prg/overlaycompileroption.html switches for automatic overlay generation]
 
*[http://publib.boulder.ibm.com/infocenter/systems/scope/syssw/index.jsp?topic=/eicct/prg/overlaycompileroption.html switches for automatic overlay generation]
 
:<code>--auto-overlay=link.script</code> outputs the generated overlay as a linker script and halts
 
:<code>--auto-overlay=link.script</code> outputs the generated overlay as a linker script and halts
Line 61: Line 69:
  
  
<code>Last printed: 10.15</code>
+
<code>Last printed: 10.17</code>

Latest revision as of 09:21, 19 November 2009


Literature

-"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.17