zig run
should perform an execve on operating systems that support it
#6531
Labels
contributor friendly
This issue is limited in scope and/or knowledge of Zig internals.
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
frontend
Tokenization, parsing, AstGen, Sema, and Liveness.
Milestone
This is a minor regression introduced from #6250.
zig run
andzig test
run the binary as a child process. Instead, on operating systems that support it, they should perform anexecve
, which is more resource-efficient and has nicer properties when using zig as a child process for these use cases.zig/src/main.zig
Lines 1684 to 1687 in 52ba2c3
The text was updated successfully, but these errors were encountered: