2 Commits (092fb77c38c931cabd875cdd50fe0107b7c241b2)

Author SHA1 Message Date
韩天峰 a0ece071cc refactor(generator): replace self::TYPE_* constants with Type::* constants 2 months ago
韩天峰 631a1ef6b2 refactor(docs): update file paths and directory structure references 2 months ago
韩天峰 8ac4c5872d refactor(core): rename PhpAot namespace to TypePhp across codebase 2 months ago
韩天峰 2800b974e3 refactor(php): 重构SSA分析和对象属性优化实现 2 months ago
韩天峰 51772c1e27 refactor(php): 优化SSA类型优化器代码结构 3 months ago
韩天峰 21338f022f refactor(compiler): 优化对象属性提升逻辑并增强危险操作检测 3 months ago
韩天峰 dbaa5a10e0 feat(compiler): 添加循环变量优化器以提升整数类型推断 3 months ago
韩天峰 de50cad4a8 refactor(optimizer): 将函数访问修饰符从私有更改为受保护 3 months ago
韩天峰 2af89f270e refactor(php): 优化PHP编译器中的整数类型推断和溢出检测 3 months ago
韩天峰 48a8ddd8b5 fix(optimizer): 修复变量名转义问题 3 months ago
韩天峰 b640fef73b feat(compiler): 实现方法调用去虚化优化和BigFloat sqrt支持 3 months ago
韩天峰 bf31da8e7b feat(compiler): 实现SSA分析和类型优化功能 3 months ago