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?
Asked
Active
Viewed 1,225 times
3 Answers
2
http://sayspy.blogspot.com/2009/08/compiling-python-using-clang.html
I'd love to see this done in windows.

Jose M.
- 36
- 3
0
Here's a blog entry Compiling Python using Clang. Sounds like little or no improvement in speed. Better diagnostics and faster compile though.

JohnMudd
- 13,607
- 2
- 26
- 24
-
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 Oct 28 '10 at 13:23