Skip to content

Instantly share code, notes, and snippets.

View cyberriman's full-sized avatar
🐍

stepandx cyberriman

🐍
  • Moscow
  • 08:10 (UTC -12:00)
View GitHub Profile
@cyberriman
cyberriman / v8_reading.txt
Created November 1, 2025 12:11 — forked from anvbis/v8_reading.txt
v8_reading.txt
Fundamentals:
-------------
https://jayconrod.com/posts/51/a-tour-of-v8--full-compiler
https://jayconrod.com/posts/52/a-tour-of-v8--object-representation
https://jayconrod.com/posts/54/a-tour-of-v8--crankshaft--the-optimizing-compiler
https://jayconrod.com/posts/55/a-tour-of-v8--garbage-collection
https://v8.dev/blog/fast-properties
https://developpaper.com/how-does-v8-run-object-representation-in-v8/
https://medium.com/@stankoja/v8-bug-hunting-part-2-memory-representation-of-js-types-ea37571276b8
https://jayconrod.com/posts/44/polymorphic-inline-caches-explained