• Clemens Backes's avatar
    [wasm][fuzzer] Simplify boolean decisions · 9c5a434b
    Clemens Backes authored
    The wasm-compile fuzzer sometimes needs to generate a boolean flag from
    the input bytes. Since the general {DataRange::get} method results in
    undefined behaviour if instantiated with the {bool} type, we are getting
    an 8-bit value instead and looking at the least significant bit only.
    This CL improves this situation by implementing a template
    specialization for {bool} which uses the same trick, and uses that
    instead of hand-coding the modulo operation at the call sites.
    
    R=manoskouk@chromium.org
    
    Bug: v8:11879
    Change-Id: I6f9ce02dd8d9cd0998b83e081e4c6ca773e6cb53
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3129429Reviewed-by: 's avatarManos Koukoutos <manoskouk@chromium.org>
    Commit-Queue: Clemens Backes <clemensb@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#76588}
    9c5a434b
Name
Last commit
Last update
..
inspector Loading commit data...
json Loading commit data...
multi_return Loading commit data...
parser Loading commit data...
regexp Loading commit data...
regexp_builtins Loading commit data...
wasm Loading commit data...
wasm_async Loading commit data...
wasm_code Loading commit data...
wasm_compile Loading commit data...
BUILD.gn Loading commit data...
DEPS Loading commit data...
README.md Loading commit data...
fuzzer-support.cc Loading commit data...
fuzzer-support.h Loading commit data...
fuzzer.cc Loading commit data...
fuzzer.status Loading commit data...
inspector-fuzzer.cc Loading commit data...
json.cc Loading commit data...
multi-return.cc Loading commit data...
parser.cc Loading commit data...
regexp-builtins.cc Loading commit data...
regexp.cc Loading commit data...
testcfg.py Loading commit data...
wasm-async.cc Loading commit data...
wasm-code.cc Loading commit data...
wasm-compile.cc Loading commit data...
wasm-fuzzer-common.cc Loading commit data...
wasm-fuzzer-common.h Loading commit data...
wasm.cc Loading commit data...
wasm_corpus.tar.gz.sha1 Loading commit data...