[llvm-commits] CVS: llvm-www/pubs/2009-09-SBCCI.html 2009-09-SBCCI.pdf pubs.js

Chris Lattner sabre at nondot.org
Sun Nov 8 14:03:41 PST 2009



Changes in directory llvm-www/pubs:

2009-09-SBCCI.html added (r1.1)
2009-09-SBCCI.pdf added (r1.1)
pubs.js updated: 1.83 -> 1.84
---
Log message:

add a paper


---
Diffs of the changes:  (+61 -0)

 2009-09-SBCCI.html |   53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 2009-09-SBCCI.pdf  |    0 
 pubs.js            |    8 ++++++++
 3 files changed, 61 insertions(+)


Index: llvm-www/pubs/2009-09-SBCCI.html
diff -c /dev/null llvm-www/pubs/2009-09-SBCCI.html:1.1
*** /dev/null	Sun Nov  8 16:03:35 2009
--- llvm-www/pubs/2009-09-SBCCI.html	Sun Nov  8 16:03:24 2009
***************
*** 0 ****
--- 1,53 ----
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+ <html>
+ <head>
+   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+   <link rel="stylesheet" href="../llvm.css" type="text/css" media="screen">
+   <title>An Early Real-Time Checker for Retargetable Compile-Time Analysis</title>
+ </head>
+ <body>
+ 
+ <div class="pub_title">
+   An Early Real-Time Checker for Retargetable Compile-Time Analysis
+ </div>
+ <div class="pub_author">
+   Emilio Wuerges, Luiz C. V. dos Santos, Olinto Furtado, and Sandro Rigo
+ </div>
+ 
+ <h2>Abstract:</h2>
+ <blockquote>
+ With the demand for energy-efficient embedded computing and the rise of heterogeneous architectures, automatically retargetable techniques are likely to grow in importance. On the one hand, retargetable compilers do not handle real-time constraints properly. On the other hand, conventional worst-case execution time (WCET) approaches are not automatically retargetable: measurement-based methods require time-consuming dynamic characterization of target processors, whereas static program analysis and abstract interpretation are performed in a post-compiling phase, being therefore restricted to the set of supported targets. This paper proposes a retargetable technique to grant early real-time checking (ERTC) capabilities for design space exploration. The technique provides a general (minimum, maximum and exact-delay) timing analysis at compile time. It allows the early detection of inconsistent time-constraint combinations prior to the generation of binary executables, thereby!
  promising higher design productivity. ERTC is a complement to state-of-the-art design flows, which could benefit from early infeasiblity detection and exploration of alternative target processors, before the binary executables are submitted to tight-bound BCET and WCET analyses for the selected target processor.
+ </blockquote>
+ 
+ <h2>Published:</h2>
+ <blockquote>
+   "An Early Real-Time Checker for Retargetable Compile-Time Analysis"
+   <br>
+   Emilio Wuerges, Luiz C. V. dos Santos, Olinto Furtado, and Sandro Rigo.
+   <br>
+ <i>
+ Proceedings of the 22nd Annual Symposium on Integrated Circuits and System Design (SBCCI'09)
+ </i>, Natal, Brazil, Sep 2009.
+ </blockquote>
+ <h2>Download:</h2>
+ <h3>Paper:</h3>
+ <ul>
+   <li><a href="2009-09-SBCCI.pdf">
+   An Early Real-Time Checker for Retargetable Compile-Time Analysis
+   </a> (PDF)</li>
+ </ul>
+ 
+ <h2>BibTeX Entry:</h2>
+ <pre>
+ BIBTEX
+ </pre>
+ 
+ <!-- *********************************************************************** -->
+ <hr>
+   <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
+   src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
+   <a href="http://validator.w3.org/check/referer"><img
+   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
+ 
+ </body>
+ </html>


Index: llvm-www/pubs/2009-09-SBCCI.pdf


Index: llvm-www/pubs/pubs.js
diff -u llvm-www/pubs/pubs.js:1.83 llvm-www/pubs/pubs.js:1.84
--- llvm-www/pubs/pubs.js:1.83	Sun Nov  8 15:57:17 2009
+++ llvm-www/pubs/pubs.js	Sun Nov  8 16:03:24 2009
@@ -58,6 +58,14 @@
    month: 9,
    year: 2009}, 
 
+  {url: "2009-09-SBCCI.html",
+   title: "An Early Real-Time Checker for Retargetable Compile-Time Analysis",
+   author: "Emilio Wuerges, Luiz C. V. dos Santos, Olinto Furtado, and Sandro Rigo",
+   published: "Proc. of the 22nd Annual Symposium on Integrated Circuits and System Design (SBCCI'09)",
+   location: "Natal, Brazil",
+   month: 9,
+   year: 2009},
+
   {url: "2009-08-EUROPAR-Blame.html",
    title: "Assigning Blame: Mapping Performance to High Level Parallel Programming Abstractions",
    published: "EuroPar'09",






More information about the llvm-commits mailing list