But basically V8 has tools built in that will decide when the cost of compiling is worth the possible benefit.
So the AJAX submission javascript will probably never hit the optimizing compiler, but your function inside 3 nested loops will probably be hit ASAP.
But basically V8 has tools built in that will decide when the cost of compiling is worth the possible benefit.
So the AJAX submission javascript will probably never hit the optimizing compiler, but your function inside 3 nested loops will probably be hit ASAP.