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.
 
 
韩天峰 15bcacacc0 fix(php): 修复引用参数传递中的静态属性处理问题 2 months ago
..
anon_class feat(generator): 添加匿名类生成器支持命名空间类型解析 2 months ago
array test(aot): 添加数组中null作为键的测试用例 2 months ago
array_method test(array): 添加数组方法测试用例 2 months ago
arrow_fn fix(closure): 修复箭头函数局部变量声明问题 5 months ago
attribute 对 phpt 测试文件进行分类 3 months ago
basic feat(stub): 添加对推断PHP文档类型的处理支持 2 months ago
bigint feat(compiler): 添加对 bigint、bigfloat 和 decimal 类型的支持 3 months ago
bignumber 对 phpt 测试文件进行分类 3 months ago
callable feat(php): 添加对一等可调用语法的支持 3 months ago
class test(aot): 添加类继承方法测试用例 2 months ago
closure 对 phpt 测试文件进行分类 3 months ago
coalesce 对 phpt 测试文件进行分类 3 months ago
const fix(const): 修复常量名与变量名冲突问题、常量名大小写敏感问题 2 months ago
control_flow feat(php): 实现多层级 break 和 continue 语句支持 3 months ago
decimal test(aot): 添加trait测试用例和decimal类型toString方法测试 3 months ago
devirtualize feat(compiler): 实现方法调用去虚化优化和BigFloat sqrt支持 3 months ago
dynamic_call test(aot): 添加动态调用命名参数功能测试 3 months ago
empty fix(tests): 修正测试文件中的路径引用 3 months ago
enum feat(enum): 支持枚举类型解析和处理 2 months ago
exception test(aot): 添加多种AOT编译测试用例 3 months ago
float_edge feat(php): 添加除零检查和改进原生属性访问功能 2 months ago
functions docs(compiler): 添加AOT编译速度优化研究文档并完善测试用例 2 months ago
generator 对 phpt 测试文件进行分类 3 months ago
keyword_extension refactor(compiler): 优化关键字方法分派逻辑 3 months ago
loop feat(php): 添加对foreach列表解构语法的支持 3 months ago
magic_methods test(aot): 添加多种AOT编译测试用例 3 months ago
named_args test(named-args): 添加PHP 8+命名参数功能测试用例 4 months ago
namespace feat(generator): 添加匿名类生成器支持命名空间类型解析 2 months ago
nullsafe 对 phpt 测试文件进行分类 3 months ago
object_ctor docs(compiler): 添加AOT编译速度优化研究文档并完善测试用例 2 months ago
object_property refactor(parser): 重构零值字面量检测逻辑 2 months ago
operator fix(compiler): 解决对象属性类型检查和赋值操作问题 3 months ago
optimizations refactor(php): 重构SSA分析和对象属性优化实现 2 months ago
parent_call test(aot): 添加多种AOT编译测试用例 3 months ago
place-holder feat(aot): 添加对全局变量和Stmt_Block语句块的支持 3 months ago
ref fix(php): 修复引用参数传递中的静态属性处理问题 2 months ago
self-class 允许类方法的默认参数使用类常量 3 months ago
static fix(php): 修复静态属性引用槽在动态引用绑定后的有效性问题 2 months ago
std-array refactor(compiler): 替换 std::unsafe_cast 为对象方法调用并优化类型转换 3 months ago
std-bigfloat test(aot): 添加大整数、大浮点数、十进制数和流类型的容器测试 3 months ago
std-bigint test(aot): 添加大整数、大浮点数、十进制数和流类型的容器测试 3 months ago
std-decimal test(aot): 添加大整数、大浮点数、十进制数和流类型的容器测试 3 months ago
std-map refactor(aot): 重构标准容器实现将unordered_map重命名为ordered_map 2 months ago
std-ordered-map fix(tests): 修正标准有序映射测试中的变量名和方法调用 2 months ago
std-stream test(aot): 添加大整数、大浮点数、十进制数和流类型的容器测试 3 months ago
std-vector refactor(compiler): 替换 std::unsafe_cast 为对象方法调用并优化类型转换 3 months ago
stdlib fix(php): 修复可选参数中的null值处理问题 2 months ago
stream_method refactor(php): 将 stream_cast 函数替换为 toStream 方法 3 months ago
strict_types test(aot): 添加多种AOT编译测试用例 3 months ago
string_method 对 phpt 测试文件进行分类 3 months ago
switch feat(aot): 添加对全局变量和Stmt_Block语句块的支持 3 months ago
trait feat(trait): 实现trait抽象方法重复定义的兼容性检查 2 months ago
type_decl feat(compiler): 为类方法自动推断返回类型并优化属性访问检查 2 months ago
type_hits test(aot): 添加接口类型命中测试用例 3 months ago
universal_method fix(tests): 修正测试文件中的路径引用 3 months ago
var_convert feat(compiler): 支持字符串到大数类型的转换 3 months ago
variadic 对 phpt 测试文件进行分类 3 months ago
README_TEST_COVERAGE.md docs(tests): 添加PHP AOT编译器测试文档和新测试用例 5 months ago
RUN_TESTS_GUIDE.md docs(tests): 添加PHP AOT编译器测试文档和新测试用例 5 months ago
SKIP_TESTS.md docs(tests): 添加PHP AOT编译器测试文档和新测试用例 5 months ago
TEST_SUPPLEMENT_REPORT.md docs(tests): 添加PHP AOT编译器测试文档和新测试用例 5 months ago
concat_flatten.phpt refactor(php): 重构SSA分析和对象属性优化实现 2 months ago
static_property_test.inc 支持静态类属性读写语法 8 months ago