|
|
|
|
|
by crabmusket
781 days ago
|
|
I really wish browsers had continued to develop a "use strong" mode for JS. It sounded like there were significant challenges, but curbing some dynamism in order for more predictable optimisation sounds like a great tradeoffs for production-quality apps. |
|
It's also what JITers like V8 internally do, you'll get major performance hits if you do weird dynamic things.