Re: [MacRuby-devel] Troubles getting some things to work

2010-09-27 Thread Laurent Sansonetti
Hi Mark, On Sep 25, 2010, at 4:36 PM, Mark Rada wrote: > Hi, > > I've been working on a Ruby gem that I would eventually like to run on > MacRuby, but I seem to have run into a couple of issues and have no idea what > is going on. I would appreciate it if someone could take a look and see if I

Re: [MacRuby-devel] LLVM 2.8

2010-09-27 Thread Laurent Sansonetti
Hi Craig, On Sep 27, 2010, at 9:48 AM, Craig Bosma wrote: > Thanks Laurent, > > I am interested in learning more about MacRuby/LLVM internals, so > perhaps this is a good opportunity. I created a patch (attached) that > gets MacRuby building with LLVM 2.8rc2, but I'm quite certain that > this bi

Re: [MacRuby-devel] LLVM 2.8

2010-09-27 Thread Craig Bosma
Oh, and here's that patch that I omitted. Craig macruby_llvm_28.patch Description: Binary data ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Re: [MacRuby-devel] LLVM 2.8

2010-09-27 Thread Craig Bosma
Thanks Laurent, I am interested in learning more about MacRuby/LLVM internals, so perhaps this is a good opportunity. I created a patch (attached) that gets MacRuby building with LLVM 2.8rc2, but I'm quite certain that this bit: dbg_mdkind = context.getMDKindID("dbg"); -assert(dbg_mdkind

Re: [MacRuby-devel] Macruby in a Benchmark

2010-09-27 Thread Louis-Philippe
Salut Laurent, I totally agree, recursive fibonacci is not the most realwold routine, but still I think it yields some significant data. The benchmark will probably get some sequel, I will try then with an AOT compilation, also maybe 0.7 will be out by that time, looking forward to it! thanks fo