Re: dsss build, tango, GC ?

2010-08-10 Thread Fred Burton
Still having that apparent GC problem (with Tango on my machine), does anyone have (some GC test code) that they can recommend that I run so that I can confirm that my GC is / is not working?

Re: dsss build, tango, GC ?

2010-06-22 Thread Fred Burton
when I run without valgrind of course, it runs faster so I don't need 4 minutes ... in less than 1 minute, it went from ~ 64 Mbytes to ~ 400 Mbytes --- trying with GC.collect() and GC.minimize() in main loop ... : Same result. hmm..

Re: dsss build, tango, GC ?

2010-06-21 Thread Nick Sabalausky
"Ferd Burton" wrote in message news:hurkuc$lc...@digitalmars.com... > == Quote from Jacob Carlborg (d...@me.com)'s article >> On 2010-06-09 21:16, Fred Burton wrote: >> > Hi, I have (sort of) 2 questions: >> > >> > Background: >> > I was doing some coding using Phobos, and recently switched to us

Re: dsss build, tango, GC ?

2010-06-11 Thread Jacob Carlborg
On 2010-06-10 23:20, Ferd Burton wrote: == Quote from Jacob Carlborg (d...@me.com)'s article On 2010-06-09 21:16, Fred Burton wrote: Hi, I have (sort of) 2 questions: Background: I was doing some coding using Phobos, and recently switched to using Tango. 1. I'm trying to build using dsss and

Re: dsss build, tango, GC ?

2010-06-10 Thread Ferd Burton
== Quote from Jacob Carlborg (d...@me.com)'s article > On 2010-06-09 21:16, Fred Burton wrote: > > Hi, I have (sort of) 2 questions: > > > > Background: > > I was doing some coding using Phobos, and recently switched to using Tango. > > > > 1. I'm trying to build using dsss and it says : > > /usr/b

Re: dsss build, tango, GC ?

2010-06-10 Thread Fred Burton
Are you sure that I'm not somehow linking wrong and not getting a functioning GC ? + After running for 4 minutes with valgrind: ==3214== 224,418,252 bytes in 486,492 blocks are definitely lost in loss record 1,030 of 1,030 ==3214==at 0x4024918: malloc (in /usr/lib/valgrind/vgpreload_memc

Re: dsss build, tango, GC ?

2010-06-09 Thread Fred Burton
> I think that the GC doesn't give back memory to the system. It keeps it > for future use. Ah, but I'm seeing the memory usage increasing over time still... for a test run of some sort, my largest loss record is: ==3191== 16,240,909 bytes in 35,757 blocks are definitely lost in loss record 1,

Re: dsss build, tango, GC ?

2010-06-09 Thread Jacob Carlborg
On 2010-06-09 21:16, Fred Burton wrote: Hi, I have (sort of) 2 questions: Background: I was doing some coding using Phobos, and recently switched to using Tango. 1. I'm trying to build using dsss and it says : /usr/bin/ld: cannot find -lphobos collect2: ld returned 1 exit status --- errorlevel

dsss build, tango, GC ?

2010-06-09 Thread Fred Burton
Hi, I have (sort of) 2 questions: Background: I was doing some coding using Phobos, and recently switched to using Tango. 1. I'm trying to build using dsss and it says : /usr/bin/ld: cannot find -lphobos collect2: ld returned 1 exit status --- errorlevel 1 Command /usr/bin/rebuild returned with c