[llvm-commits] CVS: llvm-www/pubs/2007-09-ESEC-FSE-DesignOptzn.html 2007-09-ESEC-FSE-DesignOptzn.pdf pubs.js

Chris Lattner sabre at nondot.org
Sat Jun 27 14:27:59 PDT 2009



Changes in directory llvm-www/pubs:

2007-09-ESEC-FSE-DesignOptzn.html added (r1.1)
2007-09-ESEC-FSE-DesignOptzn.pdf added (r1.1)
pubs.js updated: 1.36 -> 1.37
---
Log message:

add "A profile-driven statistical analysis framework for the design optimization of soft real-time applications"


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

 2007-09-ESEC-FSE-DesignOptzn.html |   68 ++++++++++++++++++++++++++++++++++++++
 2007-09-ESEC-FSE-DesignOptzn.pdf  |    0 
 pubs.js                           |    7 +++
 3 files changed, 75 insertions(+)


Index: llvm-www/pubs/2007-09-ESEC-FSE-DesignOptzn.html
diff -c /dev/null llvm-www/pubs/2007-09-ESEC-FSE-DesignOptzn.html:1.1
*** /dev/null	Sat Jun 27 16:27:49 2009
--- llvm-www/pubs/2007-09-ESEC-FSE-DesignOptzn.html	Sat Jun 27 16:27:39 2009
***************
*** 0 ****
--- 1,68 ----
+ <!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>A Profile-Driven Statistical Analysis Framework for the
+ Design Optimization of Soft Real-Time Applications </title>
+ </head>
+ <body>
+ 
+ <div class="pub_title">
+   A Profile-Driven Statistical Analysis Framework for the
+ Design Optimization of Soft Real-Time Applications
+ </div>
+ <div class="pub_author">
+   Tushar Kumar, Jaswanth Sreeram, Romain Cledat, and Santosh Pande
+ </div>
+ 
+ <h2>Abstract:</h2>
+ <blockquote>
+ Soft real-time applications lack a formal methodology for their design optimization. Well-established techniques from hard real-time systems cannot be directly applied to soft real-time applications, without losing key benefits of the soft real-time paradigm. We introduce a statistical analysis framework that is well-suited for discovering opportunities for optimization of soft real-time applications. We demonstrate how programmers can use the analysis provided by our framework to perform aggressive soft real-time design optimizations on their applications. The paper introduces the Context Execution Tree (CET) representation for capturing the statistical properties of function calls in the context of their execution in the program. The CET is constructed from an offline-profile of the application. Statistical measures are coupled with techniques that extract runtime distinguishable call-chains. This combination of techniques is applied to the CET to find statistically sign!
 ificant patterns of activity that i) expose slack in the execution of the application with respect to its soft real-time requirements, and ii) can be predicted with low overhead and high reliability during the normal execution of the application.
+ </blockquote>
+ 
+ <h2>Published:</h2>
+ <blockquote>
+   "A Profile-Driven Statistical Analysis Framework for the
+ Design Optimization of Soft Real-Time Applications"
+   <br>
+   Tushar Kumar, Jaswanth Sreeram, Romain Cledat, and Santosh Pande.
+   <br>
+ <i>
+ Proceedings of the the 6th joint meeting of the European software engineering conference and the ACM SIGSOFT symposium on The foundations of software engineering (ESEC-FSE '07)
+ </i>, Dubrovnik, Croatia, September 2007.
+ </blockquote>
+ <h2>Download:</h2>
+ <h3>Paper:</h3>
+ <ul>
+   <li><a href="2007-09-ESEC-FSE-DesignOptzn.pdf">
+   A Profile-Driven Statistical Analysis Framework for the
+ Design Optimization of Soft Real-Time Applications
+   </a> (PDF)</li>
+ </ul>
+ 
+ <h2>BibTeX Entry:</h2>
+ <pre>
+ @inproceedings{1287702,
+  author = {Kumar, Tushar and Sreeram, Jaswanth and Cledat, Romain and Pande, Santosh},
+  title = {A profile-driven statistical analysis framework for the design optimization of soft real-time applications},
+  booktitle = {ESEC-FSE '07: Proceedings of the the 6th joint meeting of the European software engineering conference and the ACM SIGSOFT symposium on The foundations of software engineering},
+  year = {2007},
+  isbn = {978-1-59593-811-4},
+  pages = {529--532},
+  location = {Dubrovnik, Croatia},
+  doi = {http://doi.acm.org/10.1145/1287624.1287702},
+  publisher = {ACM},
+  address = {New York, NY, USA},
+  }
+ </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/2007-09-ESEC-FSE-DesignOptzn.pdf


Index: llvm-www/pubs/pubs.js
diff -u llvm-www/pubs/pubs.js:1.36 llvm-www/pubs/pubs.js:1.37
--- llvm-www/pubs/pubs.js:1.36	Sat Jun 27 16:19:30 2009
+++ llvm-www/pubs/pubs.js	Sat Jun 27 16:27:39 2009
@@ -348,6 +348,13 @@
    month: 10,
    year: 2007},
 
+  {url: '2007-09-ESEC-FSE-DesignOptzn.html',
+   title: "A Profile-Driven Statistical Analysis Framework for the Design Optimization of Soft Real-Time Applications",
+   author: "Tushar Kumar, Jaswanth Sreeram, Romain Cledat, and Santosh Pande",
+   published: "Proc.  of the the 6th joint meeting of the European software engineering conference and the ACM SIGSOFT symposium on The foundations of software engineering (ESEC-FSE'07)",
+   month: 9,
+   year: 2007},
+
   {url: '2007-08-16-TRANSACT-Tanger.html',
    title: 'Transactifying Applications Using an Open Compiler Framework',
    author: 'Pascal Felber, Christof Fetzer, Ulrich Mueller, Torvald Riegel, Martin Suesskraut, and Heiko Sturzrehm',






More information about the llvm-commits mailing list