in reply to Re: Sharing XS object?
in thread Sharing XS object?
I always thought that that link that you've posted refers to hash-based, pure-perl objects?# this produces error: "invalid value for shared scalar" my $o :shared = new Tree::BK_XS; # and this causes perl to crash my $o :shared = shared_clone(new Tree::BK_XS);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Sharing XS object?
by BrowserUk (Patriarch) on Mar 09, 2011 at 14:39 UTC | |
by menth0l (Monk) on Mar 09, 2011 at 14:59 UTC | |
by BrowserUk (Patriarch) on Mar 09, 2011 at 15:34 UTC | |
by menth0l (Monk) on Mar 10, 2011 at 07:36 UTC |