adspace


What is jit and how is it related to node js?

Answer Posted / Bhushan Sitaram Wahane

Just-In-Time (JIT) compilers are dynamic compilers that translate high-level code at runtime, typically used in modern virtual machines like the Java Virtual Machine (JVM) or .NET Common Language Runtime (CLR).nnNode.js, however, uses an ahead-of-time (AOT) compiler called V8 which converts JavaScript code into machine code before it is executed.n

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is node js losing popularity?

590


How we can read a file in node js?

571