Changes in directory llvm-www/pubs:

2005-07-IDEAS-PerfEstimation.html added (r1.1)
2005-07-IDEAS-PerfEstimation.pdf added (r1.1)
index.html updated: 1.42 -> 1.43
---
Log message:

add a new paper



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

 2005-07-IDEAS-PerfEstimation.html |   41 ++++++++++++++++++++++++++++++++++++++
 2005-07-IDEAS-PerfEstimation.pdf  |    0 
 index.html                        |    6 +++++
 3 files changed, 47 insertions(+)


Index: llvm-www/pubs/2005-07-IDEAS-PerfEstimation.html
diff -c /dev/null llvm-www/pubs/2005-07-IDEAS-PerfEstimation.html:1.1
*** /dev/null   Fri Feb  2 16:59:52 2007
--- llvm-www/pubs/2005-07-IDEAS-PerfEstimation.html     Fri Feb  2 16:59:42 2007
***************
*** 0 ****
--- 1,41 ----
+ <!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>Practical Techniques for Performance Estimation of Processors</title>
+ </head>
+ <body>
+ 
+ <div class="pub_title">
+   Practical Techniques for Performance Estimation of Processors
+ </div>
+ <div class="pub_author">
+   Abhijit Ray, Thambipillai Srikanthan and Wu Jigang 
+ </div>
+ 
+ <h2>Abstract:</h2>
+ <blockquote>
+ Performance estimation of processor is important to select the right 
processor for an application. Poorly chosen processors can either under perform 
very badly or over 
+ perform but with high cost. Most previous work on performance estimation are 
based on generating the development tools, i.e., compilers, assemblers etc from 
a processor 
+ description file and then additionally generating an instruction set 
simulator to get the performance. In this work we 
+ present a simpler strategy for performance estimation. We 
+ propose an estimation technique based on the intermediate format of an 
application. The estimation process does 
+ not require the generation of all the development tools as in 
+ the prevalent methods. As a result our method is not only 
+ cheaper but also faster.
+ </blockquote>
+ 
+ <h2>Published:</h2>
+ <blockquote>
+   "Practical Techniques for Performance Estimation of Processors", Abhijit 
Ray, Thambipillai Srikanthan and Wu Jigang.<br>
+   Proceedings of the 9th International Database Engineering &amp; Application 
Symposium (IDEAS'05), July 2005. 
+ </blockquote>
+ 
+ <h2>Download:</h2>
+ <ul>
+   <li><a href="2005-07-IDEAS-PerfEstimation.pdf">Practical Techniques for 
Performance Estimation of Processors</a> (PDF)</li>
+ </ul>
+ 
+ </body>
+ </html>


Index: llvm-www/pubs/2005-07-IDEAS-PerfEstimation.pdf


Index: llvm-www/pubs/index.html
diff -u llvm-www/pubs/index.html:1.42 llvm-www/pubs/index.html:1.43
--- llvm-www/pubs/index.html:1.42       Tue Jun 20 13:22:01 2006
+++ llvm-www/pubs/index.html    Fri Feb  2 16:59:42 2007
@@ -46,6 +46,12 @@
     Performance Libraries</a>"<br>
   By C. Alias and D. Barthou<br>
   <i>Proc. of the International IEEE Euro-Par Conference</i>, August, 2005</li>
+
+<li>"<a href="2005-07-IDEAS-PerfEstimation.pdf">Practical Techniques for 
Performance Estimation of Processors</a>"<br>
+ Abhijit Ray, Thambipillai Srikanthan and Wu Jigang.<br>
+  Proceedings of the 9th International Database Engineering &amp; Application 
Sy
+mposium (IDEAS'05), July 2005. </li>
+
   
 <li>"<a href="2005-06-17-LattnerMSThesis.html">An Implementation of Swing 
Modulo Scheduling with Extensions for Superblocks</a>"<br>
 Tanya M. Lattner.<br> <i>M.S. Thesis</i>, Computer Science Dept., University 
of Illinois at



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to