summaryrefslogtreecommitdiffstats
path: root/exec.c
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2018-02-01 11:03:18 -0500
committerTavian Barnes <tavianator@tavianator.com>2018-02-01 11:20:34 -0500
commitda29de792b5c0604c91bc8eda0c15078c8ab8501 (patch)
treea073ef8d7bb324126ba6d37c8776f99f126bbe35 /exec.c
parent15152c2f2e169e824f8a1da400b8c3a0b195f8f4 (diff)
downloadbfs-da29de792b5c0604c91bc8eda0c15078c8ab8501.tar.xz
eval: Don't unnecessarily zero fields in struct eval_state
The designated initializer causes everything not mentioned to be zeroed, a waste of time that shows up on profiles. It also has the potential to hide uninitialized-use bugs.
Diffstat (limited to 'exec.c')
0 files changed, 0 insertions, 0 deletions