Page 1 of 1
RubyInline C
Posted: Mon Nov 12, 2012 9:05 am
by TheAudiophileDutchman
Would it be possible to use RubyInline with the FS Ruby module for
loop optimization in C?
Here's a RubyInline example claiming a
100x speed-up, after some Ruby profiling that is:
http://segment7.net/projects/ruby/inline_optimization.html#4
Re: RubyInline C
Posted: Mon Nov 12, 2012 3:16 pm
by infuzion
Why do it 1/2 way, why not ask for full on C++ then? Or at least C++ interpreter?
Re: RubyInline C
Posted: Mon Nov 12, 2012 4:13 pm
by TheAudiophileDutchman
TheAudiophileDutchman wrote:Would it be possible to use RubyInline with the FS Ruby module for loop optimization in C?
Just looking for an answer to this question, as the Devs have already decided to integrate Ruby in FS 2.0 and the current FS 3.0 (in the past they also have experimented with LUA IIRC).
Re: RubyInline C
Posted: Mon Nov 12, 2012 5:25 pm
by support
Looks interesting we'll have a look.
Re: RubyInline C
Posted: Tue Nov 13, 2012 7:39 pm
by TheAudiophileDutchman
support wrote:Looks interesting we'll have a look.
Much appreciated.