chakra-core/ChakraCore

Documenting ChakraCore's internals

开放

#6,414 创建于 2020年4月11日

 (1 条评论) (4 个反应) (0 位负责人)JavaScript (1,225 个派生)batch import
Codebase QualityTaskhelp wanted

仓库指标

星标
 (9,258 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

As part of improving the experience for contributors we should produce helpful documentation covering the logic of ChakraCore's internals. Including what the key data types are in each area and what key logical processes are used internally:

It would be good if multiple people could contribute to this, we'll need to think about exactly how it should all hang together but here's a rough list of the things we should document:

  • Process overview from script file -> execution with notes on where different aspects of the codebase are involved
  • Parser
  • Bytecode emitter
  • Type system
  • Interpretor
  • JS Library
  • JsBuiltins
  • INTL
  • GarbageCollector/Recycler
  • Jit
  • Internal Data Structures
  • RegEx parsing and matching

贡献者指南