Ruby Compiled With Clang Is Noticeably Faster Than GCC

Recently, Google switched to Clang for production builds of their Chrome web browser. As more good news for the future of Clang, it seems that Ruby when built under Clang is measurably faster than GCC.
BrĂ¡ulio Bhavamitra shared that Ruby compiled with Clang 3.5 is 8% faster than GCC 4.9. However, more impressive is that the lead jumps to 44% faster when Clang 3.5 is compared to GCC 4.7.2 as packaged in Debian 7 Wheezy. Details on this Ruby performance accomplishment for Clang can be found via this blog post.
14 Comments