How V8 works?

Let's break of magic :D

How languages usually works?

Syntax

AST
Machine Code

A little example

What is AST

  • Abstract Syntax Tree
  • Contains a "syntax-free" declaration of each statement on a script!

All the stuff together!

Let's attack the code

This is Assembly!

Igor Franca

Node.js Specialist and addicted for Space! 

Medium: https://medium.com/@IFranca

GitHub: https://github.com/Horaddrim

Twitter: https://twitter.com/horaddrim_

Breaking the V8 magic

By Igor Franca

Breaking the V8 magic

  • 855