Just updated to 2.068, get random profilegc.log created all over the place

2015-08-16 Thread deadalnix via Digitalmars-d
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 ?


Re: Just updated to 2.068, get random profilegc.log created all over the place

2015-08-16 Thread Walter Bright via Digitalmars-d

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.


Re: Just updated to 2.068, get random profilegc.log created all over the place

2015-08-17 Thread deadalnix via Digitalmars-d

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


Re: Just updated to 2.068, get random profilegc.log created all over the place

2015-08-17 Thread Walter Bright via Digitalmars-d

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!