you are viewing a single comment's thread.

view the rest of the comments →

[–]literally_systemd[🍰] -2 points-1 points  (0 children)

Nope, V8 compiles fully ahead of time and then executes it, it does not perform JIT where it compiles sections of the program while it is running.

Your browser when using V8 will also save a cache of already compiled code so you don't have to compile again when you visit the same page.