Changeset: 692390d90198 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/692390d90198
Modified Files:
monetdb5/mal/mal_runtime.c
Branch: Sep2022
Log Message:
Remove assignment to otherwise unused field, avoiding unnecessary data race.
diffs (11 lines):
diff --git a/monetdb5/mal/mal_runtime.c b/monetdb5/mal/mal_runtime.c
--- a/monetdb5/mal/mal_runtime.c
+++ b/monetdb5/mal/mal_runtime.c
@@ -381,7 +381,6 @@ runtimeProfileExit(Client cntxt, MalBlkP
/* always collect the MAL instruction execution time */
pci->clock = ticks;
pci->ticks = ticks - prof->ticks;
- pci->totticks += pci->ticks;
if (profilerStatus > 0 )
profilerEvent(&(struct MalEvent) {cntxt, mb, stk, pci},
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]