mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
Mps br/diag: trace: always diag_printf-out the reason why this
trace started. This is just to test the DIAG-out mechanism; it only affects variety.di. Copied from Perforce Change: 162389 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
6749f30dc0
commit
779bcc1583
1 changed files with 2 additions and 4 deletions
|
|
@ -1567,13 +1567,11 @@ void TraceStart(Trace trace, double mortality,
|
|||
AVER(0.0 <= mortality);
|
||||
AVER(mortality <= 1.0);
|
||||
AVER(finishingTime >= 0.0);
|
||||
UNUSED(why);
|
||||
|
||||
arena = trace->arena;
|
||||
|
||||
if (why != TraceStartWhyCHAIN_GEN0CAP) {
|
||||
/* a non-minor collection */
|
||||
DIAG_PRINTF(( "\n>MPS> TraceStart non-minor: %s\n", trace->startMessage.why ));
|
||||
}
|
||||
DIAG_PRINTF(( "\nMPS: TraceStart: %s\n", trace->startMessage.why ));
|
||||
|
||||
message = TraceStartMessageMessage(&trace->startMessage);
|
||||
/* Attempt to re-use message.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue