Re: [MacRuby-devel] Proposal: splitting macrubyc UI from logic

2011-03-23 Thread Mark Rada
Done, with some benchmarks: http://www.macruby.org/trac/ticket/1204 Mark Rada [email protected] On 2011-03-23, at 5:20 PM, Laurent Sansonetti wrote: > Hi Mark, > > Sorry for the late reply. > > Could you file at ticket and add a link to the changes on github? I will look > into this on

Re: [MacRuby-devel] Proposal: splitting macrubyc UI from logic

2011-03-23 Thread Laurent Sansonetti
Hi Mark, Sorry for the late reply. Could you file at ticket and add a link to the changes on github? I will look into this once we release 0.10. Thanks! Laurent On Mar 14, 2011, at 6:58 PM, Mark Rada wrote: > On 2011-03-14, at 16:05, Laurent Sansonetti wrote: > >> Hi Mark, >> >> As macruby

Re: [MacRuby-devel] Proposal: splitting macrubyc UI from logic

2011-03-14 Thread Mark Rada
On 2011-03-14, at 16:05, Laurent Sansonetti wrote: > Hi Mark, > > As macrubyc's compilation logic is essentially spawning several command-line > tools, I wonder if calling the logic directly from macruby_deploy is going to > bring significant advantages, vs the complexity of splitting macrubyc

Re: [MacRuby-devel] Proposal: splitting macrubyc UI from logic

2011-03-14 Thread Laurent Sansonetti
Hi Mark, As macrubyc's compilation logic is essentially spawning several command-line tools, I wonder if calling the logic directly from macruby_deploy is going to bring significant advantages, vs the complexity of splitting macrubyc. I think a better strategy would be to optimize what's slow i