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
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
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
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
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
>
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
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
> _
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