diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-08-27 13:48:12 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-08-27 13:48:12 +0200 |
| commit | f37a4aeb0e7d21d7e006a0f54c9dfdbc974b811f (patch) | |
| tree | 0d4fc1335b445b68e0d2bcda0ccffeec4935658c /src/pex | |
| parent | ae10b7d764d9587ab92a682781f8479107e8dff0 (diff) | |
first sketch of pexpex
Diffstat (limited to 'src/pex')
| -rw-r--r-- | src/pex/optimizer/root.zig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pex/optimizer/root.zig b/src/pex/optimizer/root.zig index 68ce968..18c05df 100644 --- a/src/pex/optimizer/root.zig +++ b/src/pex/optimizer/root.zig @@ -13,9 +13,9 @@ pub fn optimize_block( target.* = try raw.clone(allocator, node_pool); _ = blocks; - for (target.heads.items) |head| { - try hard_link_right_recursion(target, head); - } + //for (target.heads.items) |head| { + // try hard_link_right_recursion(target, head); + //} } pub fn hard_link_right_recursion( |