[cfe-commits] r54151 - /cfe/trunk/www/get_involved.html

Chris Lattner sabre at nondot.org
Mon Jul 28 20:46:34 PDT 2008


Author: lattner
Date: Mon Jul 28 22:46:33 2008
New Revision: 54151

URL: http://llvm.org/viewvc/llvm-project?rev=54151&view=rev
Log:
add a crazy idea

Modified:
    cfe/trunk/www/get_involved.html

Modified: cfe/trunk/www/get_involved.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/get_involved.html?rev=54151&r1=54150&r2=54151&view=diff

==============================================================================
--- cfe/trunk/www/get_involved.html (original)
+++ cfe/trunk/www/get_involved.html Mon Jul 28 22:46:33 2008
@@ -133,6 +133,12 @@
 could also be faster and more efficient at reducing C-family programs if built
 on the clang preprocessor.</li>
 
+<li><b>Use clang libraries to extend Ragel with a JIT</b>: <a 
+href="http://research.cs.queensu.ca/~thurston/ragel/">Ragel</a> is a state
+machine compiler that lets you embed C code into state machines and generate
+C code.  It would be relatively easy to turn this into a JIT compiler using
+LLVM.</li>
+
 </ul>
 
 <p>If you hit a bug with clang, it is very useful for us if you reduce the code





More information about the cfe-commits mailing list