Re: [MacRuby-devel] macruby experimental benchmark

2009-03-29 Thread Laurent Sansonetti
On Mar 28, 2009, at 8:09 PM, रजनीश wrote: Hello, I'm curious, how did you manage to build MacRuby with clang? I thought it did not support C++ yet. Did you use llvm-g++ maybe? Laurent I just used g++. I haven't built llvm-gcc. That is too much trouble. when '.c' then ['clang'

Re: [MacRuby-devel] macruby experimental benchmark

2009-03-29 Thread रजनीश
Hello, I'm curious, how did you manage to build MacRuby with clang? I thought it did not support C++ yet. Did you use llvm-g++ maybe? Laurent I just used g++. I haven't built llvm-gcc. That is too much trouble. when '.c' then ['clang', @cflags] when '.cpp' then ['/usr

Re: [MacRuby-devel] macruby experimental benchmark

2009-03-28 Thread Laurent Sansonetti
Hello, I'm curious, how did you manage to build MacRuby with clang? I thought it did not support C++ yet. Did you use llvm-g++ maybe? Laurent On Mar 28, 2009, at 4:45 PM, रजनीश wrote: Hello, banchmark is already impressive when compared to 0.4. I ran the benchmark with: 1. clang -03 -arc