scarcoco / projx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

review articles

scarcoco opened this issue · comments

Browser

part1: https://developers.google.com/web/updates/2018/09/inside-browser-part1
part2: https://developers.google.com/web/updates/2018/09/inside-browser-part2

Javas Engine

JavaScript engine fundamentals: Shapes and Inline Caches
原文:https://mathiasbynens.be/notes/shapes-ics
译文:https://hijiangtao.github.io/2018/06/17/Shapes-ICs/

主要内容:

  1. The JavaScript engine pipeline
    1.1 Interpreter/compiler pipelines in JavaScript engines
  2. JavaScript’s object model
  3. Optimizing property access
    3.1 Shapes
    3.2 Transition chains and trees
    3.3. Inline Caches (ICs)
  4. Storing arrays efficiently

page-lifecycle

https://developers.google.com/web/updates/2018/07/page-lifecycle-api#overview_of_page_lifecycle_states_and_events

Other

BigInt 类型:https://zhuanlan.zhihu.com/p/36330307