www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Just updated to 2.068, get random profilegc.log created all over the

reply "deadalnix" <deadalnix gmail.com> writes:
It looks like every run of whatever I compiled generate a 
profilegc.log file, that only contains :

bytes allocated, type, function, file:line

And that's it. Flag used to compile are -w -debug -gc -unittest . 
Bug or feature ?
Aug 16 2015
parent reply Walter Bright <newshound2 digitalmars.com> writes:
On 8/16/2015 4:16 PM, deadalnix wrote:
 It looks like every run of whatever I compiled generate a profilegc.log file,
 that only contains :

 bytes allocated, type, function, file:line

 And that's it. Flag used to compile are -w -debug -gc -unittest . Bug or
feature ?
Bug. Please post to bugzilla as a regression.
Aug 16 2015
parent reply "deadalnix" <deadalnix gmail.com> writes:
On Sunday, 16 August 2015 at 23:41:28 UTC, Walter Bright wrote:
 On 8/16/2015 4:16 PM, deadalnix wrote:
 It looks like every run of whatever I compiled generate a 
 profilegc.log file,
 that only contains :

 bytes allocated, type, function, file:line

 And that's it. Flag used to compile are -w -debug -gc 
 -unittest . Bug or feature ?
Bug. Please post to bugzilla as a regression.
https://issues.dlang.org/show_bug.cgi?id=14926
Aug 17 2015
parent Walter Bright <newshound2 digitalmars.com> writes:
On 8/17/2015 12:50 AM, deadalnix wrote:
 On Sunday, 16 August 2015 at 23:41:28 UTC, Walter Bright wrote:
 Bug. Please post to bugzilla as a regression.
https://issues.dlang.org/show_bug.cgi?id=14926
thanks!
Aug 17 2015