<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Dear LLVM,<br>
<br>
I am a young developer who have just uploaded my first opensource
project based on LLVM. I would like to know what professionals think
of my project. <br>
<br>
I have started a JIT extension to Python called Pymothoa (
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<a href="http://code.google.com/p/pymothoa/">http://code.google.com/p/pymothoa/</a>).
Unlike other similar projects, I did not modify the interpreter.
Pymothoa uses Python decorators to mark function for JIT compiling.
It uses the AST generated by Python; thereby, it uses the same
syntax of Python but works like a low-level programming language
(like C). The goal is to get speedup in compute-intensive code
without writing C-extensions. <br>
<br>
If you are interested, there are two demo applications in the source
tree: matrix-matrix multiplication and reduce-sum. I would
appreciate any comment. <br>
<br>
Siu Kwan Lam<br>
</body>
</html>