Skip to content

Instantly share code, notes, and snippets.

View mfleming's full-sized avatar

Matt Fleming mfleming

View GitHub Profile
// SPDX-License-Identifier: MIT
#define _GNU_SOURCE
/*
* Build:
* gcc -O2 -Wall -Wextra -pthread -static -o repro-server-tlb repro-server-tlb.c
*
* Example run:
* ./repro-server-tlb --batch --rounds 20 --jobs 32 -d 5 -w 8 -m 2 -s 512 -q
*