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.
 
 
韩天峰 a4a869b7cd feat(php): 添加SSA对象属性引用提升优化器 3 months ago
..
Analysis feat(compiler): 实现SSA分析和类型优化功能 3 months ago
Backend 清理:清理 AI 产生的临时文档 3 months ago
Context feat(php): 添加SSA对象属性引用提升优化器 3 months ago
Entity feat(php): 添加联合类型和可空类型的运行时检查支持 3 months ago
Exception refactor(php): 重构编译器基础类和翻译器代码结构 5 months ago
Generator 重构:将代码迁移至独立的 PHP 源文件,减少核心类的代码行数 3 months ago
Optimizer feat(php): 添加SSA对象属性引用提升优化器 3 months ago
Parser 重构:将代码迁移至独立的 PHP 源文件,减少核心类的代码行数 3 months ago
Platform refactor(backend): 重构编译器后端实现以支持自定义编译器路径 4 months ago
ArgInfo.php feat(php): 添加联合类型和可空类型的运行时检查支持 3 months ago
AstNodeType.php cs-fix 4 months ago
CompilerBase.php feat(php): 添加SSA对象属性引用提升优化器 3 months ago
CompilerTest.php refactor(compiler): 重构编译器基础类以改善表达式解析 5 months ago
Constants.php refactor(php): 移除编译缓存机制并更新强制编译描述 3 months ago
Extractor.php refactor(php): 重构PHP到C++编译器实现细节 7 months ago
FileScanner.php feat(compiler): 添加对多种原生源文件格式的编译支持 3 months ago
MagicMethodDetector.php refactor(php): 重构变量赋值类型检查逻辑 4 months ago
Preprocessor.php feat(php): 添加联合类型和可空类型的运行时检查支持 3 months ago
Reflection.php fix(php): 修复编译器基类中的回溯打印和类型返回验证问题 4 months ago
Symbol.php cs-fix 4 months ago
Translator.php fix(aot): 修复trait常量继承和数组常量传播问题 3 months ago
UniversalMethodCall.php fix(aot): 修复trait常量继承和数组常量传播问题 3 months ago
Visitor.php style(coding-standard): 移除严格类型声明并调整代码格式 7 months ago