Re: [MacRuby-devel] quick question about macrubyc static

2010-10-21 Thread Iain Barnett
On 21 Oct 2010, at 22:51, Laurent Sansonetti wrote: > Hi Iain, > > --static activates static compilation, an experimental feature of the MacRuby > compiler. It is very different from regular compilation. > > A binary generated by static compilation will statically link against a > special ver

Re: [MacRuby-devel] quick question about macrubyc static

2010-10-21 Thread Laurent Sansonetti
Hi Iain, --static activates static compilation, an experimental feature of the MacRuby compiler. It is very different from regular compilation. A binary generated by static compilation will statically link against a special version of MacRuby, which does not make use of the LLVM JIT compiler. S

Re: [MacRuby-devel] Profiling macruby code

2010-10-21 Thread Laurent Sansonetti
Hi Corey, I don't think we have a real profiler solution yet. We could make the Ruby profilers work on MacRuby for the upcoming release, though, if you file a ticket. Ideally, I think we should make Shark/Instrument able to interpret Ruby methods, by feeding them with symbols somehow. Currentl

Re: [MacRuby-devel] NSArray constructor broken?

2010-10-21 Thread Laurent Sansonetti
Hi Jeff, What would you be interested helping in? For release management, the task basically consists of tracking trunk changes, merging them into a release branch, generating release notes and preparing / pushing installers. Laurent On Oct 20, 2010, at 11:42 AM, Jeff Hemmelgarn wrote: > I wo

Re: [MacRuby-devel] Profiling macruby code

2010-10-21 Thread Matt Aimonetti
Did you try using Dtrace? - Matt Sent from my iPhone On Oct 21, 2010, at 12:26, corey johnson wrote: > That works for the C and ObjC parts of macruby. But I can't get it to > show me which ruby methods are taking the most amount of time. > > On Thu, Oct 21, 2010 at 10:58 AM, Alistair Holt >

Re: [MacRuby-devel] Profiling macruby code

2010-10-21 Thread corey johnson
That works for the C and ObjC parts of macruby. But I can't get it to show me which ruby methods are taking the most amount of time. On Thu, Oct 21, 2010 at 10:58 AM, Alistair Holt wrote: > Instruments? > > On 21 Oct 2010, at 18:35, corey johnson wrote: > >> Has anyone successfully profiled a ru

Re: [MacRuby-devel] Profiling macruby code

2010-10-21 Thread Alistair Holt
Instruments? On 21 Oct 2010, at 18:35, corey johnson wrote: > Has anyone successfully profiled a running macruby (0.7) app? I've > tried using Ruby's built in __Profiler and Ruby-Prof but both fail to > run. Is there a Cocoa specific app that can be used? > > Thanks, > Corey > _

[MacRuby-devel] Profiling macruby code

2010-10-21 Thread corey johnson
Has anyone successfully profiled a running macruby (0.7) app? I've tried using Ruby's built in __Profiler and Ruby-Prof but both fail to run. Is there a Cocoa specific app that can be used? Thanks, Corey ___ MacRuby-devel mailing list MacRuby-devel@lists