3 Commits (195013ae7c4914c84a0249a98dadfaf92d8286f8)

Author SHA1 Message Date
韩天峰 195013ae7c perf(php): 优化PHP到C++转换性能 3 months ago
韩天峰 b640fef73b feat(compiler): 实现方法调用去虚化优化和BigFloat sqrt支持 3 months ago
韩天峰 bf31da8e7b feat(compiler): 实现SSA分析和类型优化功能 3 months ago
韩天峰 d377777571 feat(php): 优化 strlen 函数的编译时折叠 3 months ago
韩天峰 3f9c76df5d refactor(compiler): 替换 std::unsafe_cast 为对象方法调用并优化类型转换 3 months ago
韩天峰 c604fc09ab feat(compiler): 添加对 Big* 类型的字符串转换和数学函数优化支持 3 months ago
韩天峰 8865796b43 feat(php): 实现 compact 函数支持并增强函数重定义检查 4 months ago
韩天峰 fbb68ad689 feat(constants): add constant definition validation and test coverage 5 months ago
韩天峰 f6cb3278cb refactor(Php): 优化 get_class 函数调用处理逻辑 5 months ago
韩天峰 26a0439f42 feat(php): 优化函数调用并添加类存在性检查支持 5 months ago
韩天峰 c53e7afdb5 test(lang): 添加多个 bug 修复测试用例 5 months ago
韩天峰 2050945532 feat(php): 添加警告功能并优化函数调用处理 5 months ago
韩天峰 21b7de3905 feat(php): 添加对trait的支持和优化函数调用处理 5 months ago
韩天峰 eb2eacc69a feat(compiler): 添加对PHP内置函数func_get_arg和func_get_args的支持 5 months ago
韩天峰 898cbe2553 feat(php): 支持 func_num_args 函数优化 5 months ago
韩天峰 c0e224e4db refactor(php): 更新幂运算函数调用实现 5 months ago
韩天峰 92bd1fe56c refactor(php): 优化编译器基础类的类型声明和控制流逻辑 7 months ago
韩天峰 47e85c9de4 refactor(Php): 移除 strlen 等函数的特殊优化处理 7 months ago
韩天峰 2963e0b4ad refactor(Php): 优化函数调用解析器并重构测试代码 7 months ago
韩天峰 08635302b6 refactor(php): 优化函数调用优化器中的function_exists处理 7 months ago
韩天峰 6dd8d2d6bc refactor(Php): 优化字符串字面量处理和函数调用优化 7 months ago
韩天峰 2c90437a99 style(coding-standard): 移除严格类型声明并调整代码格式 7 months ago
韩天峰 13a5849584 代码格式化,命名空间处理 7 months ago
韩天峰 8c20fd18c8 refactor(core): 优化代码结构和性能 7 months ago
韩天峰 f8be1767e6 feat(php): 添加对象类型推断和方法调用优化功能 7 months ago
韩天峰 91a607185e refactor(php): 提取函数调用优化逻辑到独立trait 7 months ago