V8 Lite with Ross McIlroy

JavaScript Archives - Software Engineering Daily - A podcast by JavaScript Archives - Software Engineering Daily

Categories:

V8 is the JavaScript engine that runs Chrome. Every popular website makes heavy use of JavaScript, and V8 manages the execution environment of that code. The code that processes in your browser can run faster or slower depending on how “hot” the codepath is. If a certain line of code is executed frequently, that code