Software Engineering Daily

Software Engineering Daily


V8 Lite with Ross McIlroy

April 03, 2020

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