Commit 46ef447
perf: enable parallel AST cloning on macOS
Remove the `#[cfg(target_os = "macos")]` guard that forced sequential
iteration for `clone_with_another_arena` in incremental builds.
Benchmarking on macOS shows par_iter is ~2.3x faster than sequential
iter (3.87ms vs 8.82ms for 500 ASTs). The original concern from #6167
is no longer reproducible.
Closes #8630
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>1 parent 943fe8d commit 46ef447
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
61 | 60 | | |
62 | 61 | | |
63 | 62 | | |
64 | | - | |
65 | 63 | | |
66 | | - | |
67 | | - | |
68 | 64 | | |
69 | 65 | | |
70 | 66 | | |
| |||
0 commit comments