diff options
Diffstat (limited to 'doc/manual/rl-next/gc-roots-darwin.md')
-rw-r--r-- | doc/manual/rl-next/gc-roots-darwin.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/manual/rl-next/gc-roots-darwin.md b/doc/manual/rl-next/gc-roots-darwin.md deleted file mode 100644 index e8e90a397..000000000 --- a/doc/manual/rl-next/gc-roots-darwin.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -synopsis: Find GC roots using libproc on Darwin -cls: 723 -credits: artemist -category: Improvements ---- - -Previously, the garbage collector found runtime roots on Darwin by shelling out to `lsof -n -w -F n` then parsing the result. The version of `lsof` packaged in Nixpkgs is very slow on Darwin, so Lix now uses `libproc` directly to speed up GC root discovery, in some tests taking 250ms now instead of 40s. |