[#144] Another implementation of Bignum — "Dmitry Antipov" <dmitry.antipov@...>

Hello Ruby hackers,

15 messages 2002/06/06

Re: Steps to get multiple interpreters per process...

From: ts <decoux@...>
Date: 2002-06-25 09:05:50 UTC
List: ruby-core #194
>>>>> "C" == Chris Ross <chris@darkrock.co.uk> writes:

C> I store all things that are related to a execution instance in a
C> FeriteScript* and then pass that to all functions. They simply all 
C> take a FeriteScript* as the first argument. 

 OK, this mean modify all extensions written in C, right ?

 Now if I don't want a version of ruby with multiple interpreter, why give
 an extra argument for each functions.

 perl solve this with #define at compile time, and the same extension can
 be compiled with or without multi interpreter without modifications.


Guy Decoux

In This Thread