[llvm-commits] CVS: llvm-www/pubs/2005-06-13-PLDI-PoolAllocSlides.pdf 2005-06-13-PLDI-PoolAllocSlides.ppt 2005-05-21-PLDI-PoolAlloc.html
Chris Lattner
lattner at cs.uiuc.edu
Wed Jun 15 12:01:21 PDT 2005
Changes in directory llvm-www/pubs:
2005-06-13-PLDI-PoolAllocSlides.pdf added (r1.1)
2005-06-13-PLDI-PoolAllocSlides.ppt added (r1.1)
2005-05-21-PLDI-PoolAlloc.html updated: 1.2 -> 1.3
---
Log message:
Add pool allocation slides
---
Diffs of the changes: (+21 -1)
2005-05-21-PLDI-PoolAlloc.html | 22 +++++++++++++++++++++-
2005-06-13-PLDI-PoolAllocSlides.pdf | 0
2005-06-13-PLDI-PoolAllocSlides.ppt | 0
3 files changed, 21 insertions(+), 1 deletion(-)
Index: llvm-www/pubs/2005-06-13-PLDI-PoolAllocSlides.pdf
Index: llvm-www/pubs/2005-06-13-PLDI-PoolAllocSlides.ppt
Index: llvm-www/pubs/2005-05-21-PLDI-PoolAlloc.html
diff -u llvm-www/pubs/2005-05-21-PLDI-PoolAlloc.html:1.2 llvm-www/pubs/2005-05-21-PLDI-PoolAlloc.html:1.3
--- llvm-www/pubs/2005-05-21-PLDI-PoolAlloc.html:1.2 Wed Apr 20 23:58:46 2005
+++ llvm-www/pubs/2005-05-21-PLDI-PoolAlloc.html Wed Jun 15 14:01:08 2005
@@ -44,12 +44,15 @@
<blockquote>
"Automatic Pool Allocation: Improving Performance by Controlling Data
Structure Layout in the Heap"<br>
- Chris Lattner and Vikram Adve.
+ Chris Lattner and Vikram Adve.<br>
Proc. of the 2005 ACM SIGPLAN Conference on Programming Language
Design and Implementation (PLDI'05), Chicago, Illinois, Jun, 2005.
</blockquote>
+ <p><b>Awarded PLDI 2005 Best Paper Award</b></p>
+
<h2>Download:</h2>
+<h3>Paper:</h3>
<ul>
<li><a href="2005-05-21-PLDI-PoolAlloc.ps">Automatic Pool Allocation:
Improving Performance by Controlling Data Structure Layout in the
@@ -58,6 +61,23 @@
Improving Performance by Controlling Data Structure Layout in the
Heap</a> (PDF)</li>
</ul>
+<h3>Slides:</h3>
+<ul>
+ <p>Note, animations do not work in PDF version. Please use PPT version if
+ possible.</p>
+ <li><a href="2005-06-13-PLDI-PoolAllocSlides.ppt">Automatic Pool Allocation:
+ Improving Performance by Controlling Data Structure Layout in the
+ Heap - Slides</a> (PPT)</li>
+ <li><a href="2005-06-13-PLDI-PoolAllocSlides.pdt">Automatic Pool Allocation:
+ Improving Performance by Controlling Data Structure Layout in the
+ Heap - Slides</a> (PDF)</li>
+</ul>
+
+<h2>Update:</h2>
+
+<p>A more recent and expanded version of this work is available in <a
+href="2005-05-04-LattnerPHDThesis.html">Chris Lattner's Ph.D. Thesis</a>.
+</p>
<h2>BibTeX Entry:</h2>
<pre>
More information about the llvm-commits
mailing list