Re: [Rd] more on bug 7924

2006-06-05 Thread Thomas Lumley
On Mon, 5 Jun 2006, Hin-Tak Leung wrote: > I see you have found the sexptype listing in Rinternals.h . I believe > it was in one of R's FAQ's about R's garbage collector - it doesn't do > proper reference-counted garbage collection as you suggested, but does > a sort of poor man's garbage collecti

Re: [Rd] more on bug 7924

2006-06-05 Thread Kevin B. Hendricks
Hi, On Jun 5, 2006, at 8:02 AM, Peter Dalgaard wrote: > Not quite: more like freshly-made-not-assigned, > assigned-but-only-once, assigned-maybe-more-than-once. So for my particular case ... > call2 <- Quote(f(arg[[1]]))[c(1,2,2,2)] > 0: 0x9e7d18 LANGSXP Object with length 1, named 1 >

Re: [Rd] more on bug 7924

2006-06-05 Thread Peter Dalgaard
Hin-Tak Leung <[EMAIL PROTECTED]> writes: > I see you have found the sexptype listing in Rinternals.h . I believe > it was in one of R's FAQ's about R's garbage collector - it doesn't do > proper reference-counted garbage collection as you suggested, but does > a sort of poor man's garbage collect

Re: [Rd] more on bug 7924

2006-06-05 Thread Hin-Tak Leung
I see you have found the sexptype listing in Rinternals.h . I believe it was in one of R's FAQ's about R's garbage collector - it doesn't do proper reference-counted garbage collection as you suggested, but does a sort of poor man's garbage collection, by classifying entities in *only* 3 catergorie