Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: patch libuv to use posix_spawn on macOS
Spawning child processes in an Electron application with a hardened runtime has become slow in macOS Big Sur. This patch is a cherry-pick of libuv/libuv#3064. This patch should be removed when Electron's libuv version is updated to a version containing this fix. Fixes: libuv/libuv#3050 Fixes: electron#26143 PR-URL: libuv/libuv#3064 Authored-by: Juan Pablo Canepa <jpcanepa@gmail.com> Co-authored-by: Marcello Bastéa-Forte <marcello@descript.com>
- Loading branch information