diff options
author | Alon Zakai <azakai@google.com> | 2024-02-21 10:55:15 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-21 10:55:15 -0800 |
commit | 30828d4144c3bce2b2547dff3660826fbd7c307b (patch) | |
tree | ba0a5a5a36814ba774577330b05c459f4e77cd95 /src/parsing.h | |
parent | 1441bcbb33a5354432daf1edc4bc3a72d0bd7687 (diff) | |
download | binaryen-30828d4144c3bce2b2547dff3660826fbd7c307b.tar.gz binaryen-30828d4144c3bce2b2547dff3660826fbd7c307b.tar.bz2 binaryen-30828d4144c3bce2b2547dff3660826fbd7c307b.zip |
[NFC] DeNaN: Avoid calls on constants (#6326)
A constant is either fixed up immediately, or does not need a call. This makes us
slightly faster in the fuzzer, but does not change behavior as before those calls all
ended up doing nothing (as the numbers were not nans).
Diffstat (limited to 'src/parsing.h')
0 files changed, 0 insertions, 0 deletions