Re: Size of cloned ithreads
[email protected] (Arthur Bergman)
| Newsgroups | perl.ithreads |
|---|---|
| Message-ID | <[email protected]> |
On Thursday, May 29, 2003, at 01:24 pm, Marc M. Adkins wrote: > > If I have an ihthread pre-loaded with 800K of data (not syntax tree) > and I > clone that ithread, does the 800K of data get copied into the new > ithread? > Or does Perl 5.8 depend on OS-level virtual memory support to only copy > dirty pages from one thread to another? > > mma > No, sadly it doesn't, it would be nice if this was implemented. Arthur