[OT] why CoInterpreter and not CogInterpreter ?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[OT] why CoInterpreter and not CogInterpreter ?

Mariano Martinez Peck
 
Co is for co-exist ?  and not for cog ?

thanks

mariano
Reply | Threaded
Open this post in threaded view
|

Re: [OT] why CoInterpreter and not CogInterpreter ?

Eliot Miranda-2
 


On Fri, Dec 10, 2010 at 7:01 AM, Mariano Martinez Peck <[hidden email]> wrote:
 
Co is for co-exist ?  and not for cog ?

Because it coexists with the JIT.  Actually it's a co-dependency relationship; the JIT and it's generated code can't do without the CoInterpreter.

b.
e.
 

thanks

mariano


Reply | Threaded
Open this post in threaded view
|

Re: [OT] why CoInterpreter and not CogInterpreter ?

Mariano Martinez Peck
 


On Fri, Dec 10, 2010 at 7:18 PM, Eliot Miranda <[hidden email]> wrote:
 


On Fri, Dec 10, 2010 at 7:01 AM, Mariano Martinez Peck <[hidden email]> wrote:
 
Co is for co-exist ?  and not for cog ?

Because it coexists with the JIT.  Actually it's a co-dependency relationship; the JIT and it's generated code can't do without the CoInterpreter.

Ok...thanks for the clarification
 

b.
e.
 

thanks

mariano