Hacker News new | ask | show | jobs
by Blikkentrekker 2004 days ago
Optimizing lazy evaluation requires this kind of hole-program optimizations.

Non-strict semantics would be prohibitively slow without these optimizations.

You won't find a Haskell compiler that doesn't do this.