views:

178

answers:

3

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.
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
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