Question about InitVM_*
Nov 13, 2008 From: charles.nutter@s...
Pardon my not having looked at the code...
Is InitVM_* the (extension-aware init function) *always* called when
running on an MVM-capable RubyVM build? Or is it only called for
extensions loaded from child VMs? I think it would need to be *always*
called, since at any time a new VM may come along and need its own
extension state.
- Charlie
Nov 13, 2008 From: ko1@a...
Hi,
Charles Oliver Nutter wrote:
Pardon my not having looked at the code...
Is InitVM_* the (extension-aware init function) *always* called when running on an MVM-capable RubyVM build? Or is it only called for extensions loaded from child VMs? I think it would need to be *always* called, since at any time a new VM may come along and need its own extension state.
I also think it should called *always*, too.
// SASADA Koichi at atdot dot net