paint-brush
Understanding Chrome V8 — Chapter 2: Hello World by@huidou
861 reads
861 reads

Understanding Chrome V8 — Chapter 2: Hello World

by 灰豆3mAugust 14th, 2022
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

Hello-world.cc is the smallest example for embedding V8, it contains the most basic functions and is friendly to beginners. V8 is a virtual machine and the isolate is an execution host of JavaScript. The isolate is single-threaded mode, that is, only one thread can enter into the isolate at a time. The AST is an abstract representation of the JavaScript code, used to generate bytecode. In addition, V8 uses the compile cache to improve efficiency in the compilation.

People Mentioned

Mention Thumbnail
featured image - Understanding Chrome V8 — Chapter 2: Hello World
灰豆 HackerNoon profile picture
灰豆

灰豆

@huidou

a big fan of chrome V8

About @huidou
LEARN MORE ABOUT @HUIDOU'S
EXPERTISE AND PLACE ON THE INTERNET.
L O A D I N G
. . . comments & more!

About Author

灰豆 HackerNoon profile picture
灰豆@huidou
a big fan of chrome V8

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite