Hacker News new | ask | show | jobs
by sgv 4041 days ago
My understanding is that the same JavaScript code minified by different minifiers will produce different performance results across any browser. This is because minifiers often introduce code patterns that are very different than the JavaScript code that the devs write. The point being made is not about being non-aware of the web, but more about ensuring the web runs faster across different code patterns that are encountered by the JIT compiler while running the web.