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.
 
 
韩天峰 ba8c96712a fix(optimizer): 解决对象属性优化中的动态调用安全检查问题 3 months ago
..
float-bitwise-mod.phpt feat(compiler): 实现SSA分析和类型优化功能 3 months ago
float-narrow-basic.phpt feat(compiler): 实现SSA分析和类型优化功能 3 months ago
float-narrow-mixed.phpt feat(compiler): 添加循环变量优化器以提升整数类型推断 3 months ago
float-narrow-nested-int-ops.phpt feat(compiler): 添加循环变量优化器以提升整数类型推断 3 months ago
int-calculation.phpt feat(compiler): 实现SSA分析和类型优化功能 3 months ago
int-narrow-basic.phpt feat(compiler): 实现SSA分析和类型优化功能 3 months ago
int-narrow-overflow.phpt feat(compiler): 添加循环变量优化器以提升整数类型推断 3 months ago
loop-var-for-const-bound.phpt feat(compiler): 添加循环变量优化器以提升整数类型推断 3 months ago
loop-var-for-int-function-bound.phpt feat(compiler): 添加循环变量优化器以提升整数类型推断 3 months ago
loop-var-for-int-function-desc.phpt feat(compiler): 添加循环变量优化器以提升整数类型推断 3 months ago
loop-var-for-strlen-bound.phpt feat(compiler): 添加循环变量优化器以提升整数类型推断 3 months ago
loop-var-while-postdec.phpt feat(compiler): 添加循环变量优化器以提升整数类型推断 3 months ago
narrow-div-pow.phpt feat(compiler): 添加循环变量优化器以提升整数类型推断 3 months ago
narrow-ref-prevent.phpt feat(compiler): 添加循环变量优化器以提升整数类型推断 3 months ago
object-int-prop-02.phpt feat(generator): 优化属性默认值代码生成逻辑 3 months ago
object-int-prop.phpt feat(php): 添加SSA对象属性引用提升优化器 3 months ago
objprop-hoist-array-var-ref.phpt refactor(compiler): 优化对象属性提升逻辑并增强危险操作检测 3 months ago
objprop-hoist-float.phpt feat(php): 添加SSA对象属性引用提升优化器 3 months ago
objprop-hoist-int.phpt feat(php): 添加SSA对象属性引用提升优化器 3 months ago
objprop-hoist-loop-redef.phpt feat(compiler): 添加循环变量优化器以提升整数类型推断 3 months ago
objprop-hoist-magic.phpt feat(php): 添加SSA对象属性引用提升优化器 3 months ago
objprop-hoist-multi-def.phpt feat(php): 添加SSA对象属性引用提升优化器 3 months ago
objprop-hoist-nested-refval.phpt feat(compiler): 添加循环变量优化器以提升整数类型推断 3 months ago
objprop-hoist-object-arg-escape.phpt refactor(compiler): 优化对象属性提升逻辑并增强危险操作检测 3 months ago
objprop-hoist-ref-capture.phpt feat(php): 添加SSA对象属性引用提升优化器 3 months ago
objprop-hoist-this-object-arg-escape.phpt fix(optimizer): 解决对象属性优化中的动态调用安全检查问题 3 months ago
objprop-nullable-union-default-null.phpt fix(compiler): 解决对象属性类型检查和赋值操作问题 3 months ago
objprop-typed-object-null-unset.phpt fix(compiler): 解决对象属性类型检查和赋值操作问题 3 months ago
objprop-unset-fixed-defaults.phpt fix(compiler): 解决对象属性类型检查和赋值操作问题 3 months ago
objprop-unset-this-typed.phpt fix(compiler): 解决对象属性类型检查和赋值操作问题 3 months ago
strlen-const.phpt feat(php): 优化 strlen 函数的编译时折叠 3 months ago