aboutsummaryrefslogtreecommitdiff
path: root/src/codegen/x86_64/CodeGen.zig
diff options
context:
space:
mode:
authorLoris Cro <kappaloris@gmail.com>2025-09-24 12:10:32 +0200
committerLoris Cro <kappaloris@gmail.com>2025-09-24 12:46:48 +0200
commit0feacc2b81679514c0168a6ba4c0decafeb2e43e (patch)
treeecd0b572273020af3b27f3d2e1ae65e07c39f12d /src/codegen/x86_64/CodeGen.zig
parent26825e95066c104585d248787c0e56ce4e8413e0 (diff)
downloadzig-0feacc2b81679514c0168a6ba4c0decafeb2e43e.tar.gz
zig-0feacc2b81679514c0168a6ba4c0decafeb2e43e.zip
fuzzing: implement limited fuzzing
Adds the limit option to `--fuzz=[limit]`. the limit expresses a number of iterations that *each fuzz test* will perform at maximum before exiting. The limit argument supports also 'K', 'M', and 'G' suffixeds (e.g. '10K'). Does not imply `--web-ui` (like unlimited fuzzing does) and prints a fuzzing report at the end. Closes #22900 but does not implement the time based limit, as after internal discussions we concluded to be problematic to both implement and use correctly.
Diffstat (limited to 'src/codegen/x86_64/CodeGen.zig')
0 files changed, 0 insertions, 0 deletions