Hacker News new | ask | show | jobs
by typedef_void 5834 days ago
How is this better than JITting?

It seems like most recent performance gains come from runtime/dynamic optimizations, not static/compile time optimizations.

1 comments

> It seems like most recent performance gains come from runtime/dynamic optimizations, not static/compile time optimizations.

Are you sure? Have you heard of stream fusion for Haskell?