On Aug 1, 2014, at 18:34 , Marvin Humphrey <[email protected]> wrote:

> It would be great if we could replace To_Host() with an ordinary subroutine
> and remove it as a method from Obj.

Can we postpone this and simply remove the void* mapping for now?

> (Hmm, it occurs to me that other global classes such as Clownfish::Method may
> also need SvSHARE enabled.  Also, using non-threadsafe classes such as String
> and VArray within Class and Method is probably a bug.)

Yes, it looks like Clownfish::Method needs SvSHARE. The use of non-threadsafe 
classes shouldn’t be a problem if data is modified only during initialization. 
Afterwards, Class and Method should be treated as immutable.

Nick

Reply via email to