I'm just curious; are there any benchmarks about how compiling interpreters for dynamic languages with Clang affects the performance of these languages? Do those interpreters even compile?
+3
A:
http://sayspy.blogspot.com/2009/08/compiling-python-using-clang.html
I'd love to see this done in windows.
Jose M.
2010-05-22 15:48:14
A:
Here's a blog entry Compiling Python using Clang. Sounds like little or no improvement in speed. Better diagnostics and faster compile though.
JohnMudd
2010-10-26 18:54:34
I think you missed the accepted answer to this question which links to the same blog post: http://stackoverflow.com/questions/2390771/compiling-ruby-and-python-interpreters-with-clang/2888722#2888722
Eli Bendersky
2010-10-28 13:23:23