Compiling Ruby and Python interpreters with Clang?
        Posted  
        
            by kerkeslager
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by kerkeslager
        
        
        
        Published on 2010-03-06T00:04:14Z
        Indexed on 
            2010/05/22
            15:50 UTC
        
        
        Read the original article
        Hit count: 326
        
clang
|interpreted-language
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?
© Stack Overflow or respective owner