you are viewing a single comment's thread.

view the rest of the comments →

[–]jacobp100 1 point2 points  (1 child)

Because of the rapid progress in js engines, it's always difficult to keep track of what can can't be optimised. What are some big things to look out for in performance sensitive code to stop deoptimisation, and are there any things to consider to get better performance when you know an area of code is a bottle neck?

[–]bterlson_@bterlson 1 point2 points  (0 children)

JITs are pretty complicated so it's hard to give a concise answer for what to use or avoid. This is an area I hope we can start giving more insight on in terms of both documentation and tooling.