What do the “Not optimized” warnings in the Chrome Profiler mean?
I believe that “Not optimized: optimized too many times” refers to when the chrome optimizer keeps reoptimizing a function. https://groups.google.com/forum/#!topic/v8-users/_oZ4fUSitRY If I recall correctly, there are several things that can cause this including parameters that change type, I’ll try to dig up the link. This one is somewhat cryptic and fixes will depend on your … Read more