TypePHP 编译器 https://swoole.com/aot/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
韩天峰 c8148018f8 docs(features): update incompatible PHP features documentation 9 hours ago
..
python docs: split into en/ and zh-cn/ with full English translation 9 hours ago
AOT_BUILD_SPEED_RESEARCH.md docs: split into en/ and zh-cn/ with full English translation 9 hours ago
BIG_NUMBER_INPLACE_OPTIMIZATION_PLAN.md docs: split into en/ and zh-cn/ with full English translation 9 hours ago
CLASS_INHERITANCE.md docs: split into en/ and zh-cn/ with full English translation 9 hours ago
COMPILATION_MODES.md docs: split into en/ and zh-cn/ with full English translation 9 hours ago
COMPILER_CLI.md docs: split into en/ and zh-cn/ with full English translation 9 hours ago
COMPILE_TIME_FUNCTIONS.md docs: split into en/ and zh-cn/ with full English translation 9 hours ago
CORE_OOA_OOD_OOP_REFACTORING_PLAN.md docs: split into en/ and zh-cn/ with full English translation 9 hours ago
CPP_SYMBOL_NAMING.md docs: split into en/ and zh-cn/ with full English translation 9 hours ago
GMP_GAP.md docs: split into en/ and zh-cn/ with full English translation 9 hours ago
HIGH_PRECISION_TYPES.md docs: split into en/ and zh-cn/ with full English translation 9 hours ago
INCOMPATIBLE_PHP_FEATURES.md docs(features): update incompatible PHP features documentation 9 hours ago
INTERFACE_PROPERTY_HOOKS.md docs: split into en/ and zh-cn/ with full English translation 9 hours ago
LIBPHP_INSTALLER.md docs: split into en/ and zh-cn/ with full English translation 9 hours ago
MIXED_CPP_PHP.md docs: split into en/ and zh-cn/ with full English translation 9 hours ago
NATIVE_CLASS_IMPLEMENTATION_AUDIT.md docs: split into en/ and zh-cn/ with full English translation 9 hours ago
NATIVE_CLASS_OBJECT.md docs: split into en/ and zh-cn/ with full English translation 9 hours ago
NATIVE_TYPES.md docs: split into en/ and zh-cn/ with full English translation 9 hours ago
OBJECT_CREATION.md docs: split into en/ and zh-cn/ with full English translation 9 hours ago
OBJECT_STORAGE_AND_PASSING_MODELS.md docs: split into en/ and zh-cn/ with full English translation 9 hours ago
PATENT_01_CPP_TEMPLATE_TYPED_CONTAINER.md docs: split into en/ and zh-cn/ with full English translation 9 hours ago
PATENT_02_HYBRID_STATE_PROGRAMMING_LANGUAGE.md docs: split into en/ and zh-cn/ with full English translation 9 hours ago
PHPX_WASM_BUILD.md docs: split into en/ and zh-cn/ with full English translation 9 hours ago
PROPERTY_HOOKS.md docs: split into en/ and zh-cn/ with full English translation 9 hours ago
PY2PHP.md docs: split into en/ and zh-cn/ with full English translation 9 hours ago
QUICKSTART.md docs: split into en/ and zh-cn/ with full English translation 9 hours ago
README.md docs: split into en/ and zh-cn/ with full English translation 9 hours ago
REFACTORING_PLAN.md docs: split into en/ and zh-cn/ with full English translation 9 hours ago
RUNTIME_LIFECYCLE.html docs: split into en/ and zh-cn/ with full English translation 9 hours ago
SCOPE_MANAGEMENT.md docs: split into en/ and zh-cn/ with full English translation 9 hours ago
STD_CONTAINERS.md docs: split into en/ and zh-cn/ with full English translation 9 hours ago
TEST_COVERAGE_ANALYZER.md docs: split into en/ and zh-cn/ with full English translation 9 hours ago
TYPEPHP_WASM_IMPLEMENTATION_PLAN.md docs: split into en/ and zh-cn/ with full English translation 9 hours ago
UNIVERSAL_METHODS.md docs: split into en/ and zh-cn/ with full English translation 9 hours ago
WASI_BUILD.md docs: split into en/ and zh-cn/ with full English translation 9 hours ago
YIELD_GENERATOR.md docs: split into en/ and zh-cn/ with full English translation 9 hours ago
aot-optimization-priority.md docs: split into en/ and zh-cn/ with full English translation 9 hours ago
hhvm-review.md docs: split into en/ and zh-cn/ with full English translation 9 hours ago
kphp-review.md docs: split into en/ and zh-cn/ with full English translation 9 hours ago
peachpie-review.md docs: split into en/ and zh-cn/ with full English translation 9 hours ago
php-src-optimizer-analysis.md docs: split into en/ and zh-cn/ with full English translation 9 hours ago
phpstan-design-analysis.md docs: split into en/ and zh-cn/ with full English translation 9 hours ago
wasm.md docs: split into en/ and zh-cn/ with full English translation 9 hours ago

README.md

TypePHP 编译器内部文档

本目录包含编译器实现、兼容性、构建模式和专项设计文档。用户侧使用手册位于独立的 aot/docs 仓库;这里的研究报告和重构计划可能描述历史状态,当前行为应以代码、测试和兼容性清单为准。

当前权威文档

架构与维护

研究与历史资料

hhvm-review.mdkphp-review.mdpeachpie-review.mdphpstan-design-analysis.mdphp-src-optimizer-analysis.md 以及专利草案用于记录调研时点的比较和设计背景,不作为当前功能清单。

维护规则

  1. 当前兼容性变化同时更新 INCOMPATIBLE_PHP_FEATURES.md 和分类文档。
  2. 所有语法和语义限制统一链接到当前兼容性清单,避免维护重复清单。
  3. 功能是否支持应以 PHPT/PHPUnit 回归测试为依据。
  4. 历史研究文档保留原始比较结论,并在需要时注明调研日期,不应悄然改写为当前状态。