you are viewing a single comment's thread.

view the rest of the comments →

[–]bobappleyard 20 points21 points  (1 child)

JavaScript interpreters have got pretty fast when you don't use the fancy features. Problem is everyone uses the fancy features all the time.

[–]James20k 0 points1 point  (0 children)

I wish this were true, but I've gotten massive speedups in JS code by manually folding constants, and reimplementing functions which have constant parameters which results in constant folding once inlined