Size of cloned ithreads
[email protected] ("Marc M. Adkins")
| Newsgroups | perl.ithreads |
|---|---|
| Message-ID | <[email protected]> |
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