Small Doubt in Ruby

R

Rock Roll

Hi. I want to know whether assembly programming is possible in Ruby like
in C or C++. Please also give some links for that if possible. Thank you
 
L

Lex Williams

Rock said:
Hi. I want to know whether assembly programming is possible in Ruby like
in C or C++. Please also give some links for that if possible. Thank you

Ruby supports inline C , and I guess you could call __asm__ from C ,
right ?
 
L

Lex Williams

Rock said:
Thank you for you reply. But won't that reduce execution time of the
program?

I don't think it would be noticeable . Inline C is used in ruby ( among
other things ) to boost performance .
 
M

Michael Morin

Rock said:
Hi. I want to know whether assembly programming is possible in Ruby like
in C or C++. Please also give some links for that if possible. Thank you

Assembly and Ruby are kind of an odd couple. Compared to the cost of
Ruby itself, the performance gained by any assembly routine vs. a C
routine will probably be quite small. What is it exactly you want to
do? It just seems so strange to mix Ruby and Assembly code.

--
Michael Morin
Guide to Ruby
http://ruby.about.com/
Become an About.com Guide: beaguide.about.com
About.com is part of the New York Times Company
 
J

John Carter

Rock Roll wrote:
Assembly and Ruby are kind of an odd couple. Compared to the cost of Ruby
itself, the performance gained by any assembly routine vs. a C routine will
probably be quite small. What is it exactly you want to do? It just seems
so strange to mix Ruby and Assembly code.

Usually inline asm is about doing Rich and Strange things to hardware.

John Carter Phone : (64)(3) 358 6639
Tait Electronics Fax : (64)(3) 359 4632
PO Box 1645 Christchurch Email : (e-mail address removed)
New Zealand
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,201
Messages
2,571,049
Members
47,655
Latest member
eizareri

Latest Threads

Top