Revision 0d43318d10e1a00cfb44aae5e396e41a438a4b46 authored by Steven Johnson on 10 January 2023, 19:23:58 UTC, committed by GitHub on 10 January 2023, 19:23:58 UTC
* Optimize Module::compile() for some edge cases

Avoid redundant `compile_to_buffer()` calls for output requests that can't possibly ever need them.

* Avoid mutation
1 parent a8d88bb
History
File Mode Size
Makefile -rw-r--r-- 10.9 KB
mock_dma_implementation.cpp -rw-r--r-- 10.7 KB
pipeline_raw_linear_interleaved_basic.cpp -rw-r--r-- 4.7 KB
pipeline_yuv_linear_basic.cpp -rw-r--r-- 7.4 KB
process_raw_linear_interleaved_basic.cpp -rw-r--r-- 8.0 KB
process_yuv_linear_basic.cpp -rw-r--r-- 12.5 KB

back to top