first experiment cmplog

This commit is contained in:
Andrea Fioraldi
2020-01-17 16:39:05 +01:00
parent bd58094dbc
commit 55e9297202
12 changed files with 1197 additions and 7 deletions

View File

@ -405,6 +405,8 @@ u8 calibrate_case(char** argv, struct queue_entry* q, u8* use_mem, u32 handicap,
count its spin-up time toward binary calibration. */
if (dumb_mode != 1 && !no_forkserver && !forksrv_pid) init_forkserver(argv);
if (dumb_mode != 1 && !no_forkserver && !cmplog_forksrv_pid && cmplog_mode)
init_cmplog_forkserver(argv);
if (q->exec_cksum) memcpy(first_trace, trace_bits, MAP_SIZE);