[llvm-commits] CVS: llvm-www/devmtg/2009-10/index.html

Chris Lattner sabre at nondot.org
Wed Oct 14 16:39:04 PDT 2009



Changes in directory llvm-www/devmtg/2009-10:

index.html updated: 1.11 -> 1.12
---
Log message:

add Evan's info


---
Diffs of the changes:  (+3 -3)

 index.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Index: llvm-www/devmtg/2009-10/index.html
diff -u llvm-www/devmtg/2009-10/index.html:1.11 llvm-www/devmtg/2009-10/index.html:1.12
--- llvm-www/devmtg/2009-10/index.html:1.11	Wed Oct 14 18:31:24 2009
+++ llvm-www/devmtg/2009-10/index.html	Wed Oct 14 18:38:48 2009
@@ -228,9 +228,9 @@
 
   <tr>
     <td align="center">
-      <!--[<a href="">Slides</a>]-->
+      [Waiting for Slides]
     </td>
-    <td><br><i></i></td>
+    <td>Evan Phoenix<br><i>Engine Yard</i></td>
     <td><b>Accelerating Ruby with LLVM 
         </b> -  
     Rubinius is a ruby VM that strives to write as much of the system in ruby itself as it can. To make this practical, we're using LLVM to JIT frequently used methods. I'll cover briefly the architecture of Rubinius, spending most of the time discussing the integration points. These include: Background compilation, runtime profile guide optimization, efficient IR generation, etc.
@@ -252,7 +252,7 @@
   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>
-<br>Last modified: $Date: 2009/10/14 23:31:24 $
+<br>Last modified: $Date: 2009/10/14 23:38:48 $
 </address>
 
 <!--#include virtual="../../footer.incl" -->






More information about the llvm-commits mailing list