Re: [Plib-devel] Some Miscellaneous PLIB Changes Needed
Brought to you by:
sjbaker
From: Jonathan W. <jtw...@in...> - 2004-05-29 01:44:46
|
On Sat, 2004-05-29 at 01:22, Fay John F Contr AAC/WMG wrote: > Gentlemen, > > Having downloaded the nightly tarball for the first time in > two weeks and compared it to my private copy, I find several items of > interest. > (3) Jonathan Wheare submitted some changes to PSL ("psl copy > constructor," 4/20/04, 9:03 AM) that implement reference counting. > Are we planning to put those into CVS? > > (4) My copies of "psl.h" and "pslProgram.cxx" include a variable > "is_copy" in the "pslProgram" class. Was this overcome by item (3)? > > John F. Fay > joh...@eg... > the is_copy code is from my first attempt to prevent the double free bug when using copy constructed psl programs, the ref counting patch supersedes that one. Jonathan. |