From: Chris Lattner Date: Tue, 29 Jul 2008 03:46:33 +0000 (+0000) Subject: add a crazy idea X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6bd2d277e9bbbf911d8597a2b12fae2369a48190;p=clang add a crazy idea git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54151 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/get_involved.html b/www/get_involved.html index 75c5e8b4d4..712c0e73bb 100644 --- a/www/get_involved.html +++ b/www/get_involved.html @@ -133,6 +133,12 @@ The former can be improved to scale better and be more efficient. The later could also be faster and more efficient at reducing C-family programs if built on the clang preprocessor. +
  • Use clang libraries to extend Ragel with a JIT: Ragel 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.
  • +

    If you hit a bug with clang, it is very useful for us if you reduce the code