> Huh, I thought the main proc speedup thing didn't apply any more.
Depends on what is in the main proc. ORC made the code significantly better for toplevel code but we still don't do the trivial `proc main = body; main()` transformation.
> Huh, I thought the main proc speedup thing didn't apply any more.
Depends on what is in the main proc. ORC made the code significantly better for toplevel code but we still don't do the trivial `proc main = body; main()` transformation.