MCPcopy Create free account
hub / github.com/argumentcomputer/ix / apply_sharing

Function apply_sharing

crates/compile/src/compile.rs:1670–1673  ·  view source on GitHub ↗
(exprs: Vec<Arc<Expr>>)

Source from the content-addressed store, hash-verified

1668 }
1669 for arg in sorted_canon.iter().rev() {
1670 stack.push(Frame::Compile(arg.clone()));
1671 }
1672 stack.push(Frame::CompileCallSiteHead(head_expr.clone()));
1673 continue;
1674 }
1675 }
1676 if eta_adapter_needed(name, args.len(), cache, stt) {

Calls 1

apply_sharing_with_statsFunction · 0.85