Path: utzoo!attcan!uunet!wuarchive!brutus.cs.uiuc.edu!ux1.cso.uiuc.edu!midway!oddjob!brian From: brian@oddjob.uchicago.edu (Brian Yanny) Newsgroups: comp.lang.perl Subject: undump on a Sun OS 4.x Message-ID: <1990Jul25.163414.14380@midway.uchicago.edu> Date: 25 Jul 90 16:34:14 GMT Sender: news@midway.uchicago.edu (News Administrator) Reply-To: brian@oddjob.UChicago.EDU () Distribution: na Organization: U of Chicago - Astronomy & Astrophysics Lines: 13 Does anyone have an undump which will work in conjunction with perl's 'dump' under SunOS 4.x? I have a large set of perl subroutines (2MB worth of runtime memory) which fork copies of themselves several times. I am interested in getting the operating system to 'share' the perl subroutines (treat them as 'code' rather than 'data') and not make a separate data space for each forked copy. Is this possible with 'dump'? brian brian@oddjob.uchicago.edu