mirror of
https://github.com/apache/nuttx.git
synced 2026-05-12 01:42:49 +08:00
42427e9e29
The task files should consult the "spawn action" and "O_CLOEXEC flags" to determine further whether the file should be duplicated. This PR will further optimize file list duplicating to avoid the performance regression caused by additional file operations. Signed-off-by: chao an <anchao@xiaomi.com>