48 Commits (b69eb1dee6e21ee0d2382a50bf8588d06a9d41a9)

Author SHA1 Message Date
韩天峰 b69eb1dee6 perf(compiler): optimize dynamic call argument handling and caching 1 day ago
韩天峰 87c7eda964 feat(compiler): implement dynamic call caching and static property resolution 2 days ago
韩天峰 b3c7ee9bd3 feat(compiler): add static cache optimization and late static call improvements 2 days ago
韩天峰 5689170839 feat(compiler): enhance call argument handling and foreach iteration performance 2 days ago
韩天峰 683a7c6ec0 perf: add request-local dynamic call caches 2 days ago
韩天峰 b61b59f808 fix: isolate internal methods from magic call optimization 5 days ago
韩天峰 fd20616236 fix compiler regression in internal calls and native arithmetic 5 days ago
韩天峰 35f6110842 devirtualize statically exact magic calls 5 days ago
韩天峰 678cc19de2 fix gh-41: preserve assignment method receivers 5 days ago
韩天峰 9e0984acee Translate all Chinese notes into English 1 week ago
韩天峰 ee2afb08f7 Translate all Chinese notes into English 1 week ago
韩天峰 fb79fb832c fix(parser): preserve runtime class in static calls 1 week ago
韩天峰 422bdc4ce6 docs: remove documentation and plans for code reuse and encapsulation 2 weeks ago
韩天峰 19a570ff3f feat(testing): add test coverage analyzer tool 2 weeks ago
韩天峰 02fc0fb319 test(parser): add comprehensive tests for toArray method validation 2 weeks ago
韩天峰 36fd0228f0 feat(property): add property override attribute support and validation 2 weeks ago
韩天峰 65d3710a61 fix(parser): handle PHP array overflow in compound assignments and improve method name parsing 2 weeks ago
韩天峰 4b8d0eb685 优化生成的 C++ 代码体积,减少无效行 2 weeks ago
韩天峰 244fa4d8b2 Immutable 实现 3 weeks ago
韩天峰 13344ace72 Native Class 支持 [第五阶段] 3 weeks ago
韩天峰 de8fdaf464 Native Class 支持 [第三阶段] 3 weeks ago
韩天峰 d5f0a113e6 Native Class 支持 [第二阶段] 3 weeks ago
韩天峰 981b8f54d7 Native Class 支持 3 weeks ago
韩天峰 a536172f82 feat(python): implement native bridge for python object calls and property access 4 weeks ago
韩天峰 18dd9a8a32 fix(compiler): prevent static method call cache pollution with dynamic trampolines 4 weeks ago
韩天峰 8e48b9d7fe feat(compiler): implement scoped callback support for dynamic method calls 4 weeks ago
韩天峰 b77fee697e feat(parser): add runtime method scope detection for dynamic calls 4 weeks ago
韩天峰 8118fbd3dc feat(readonly): enforce direct assignment only for readonly properties 4 weeks ago
韩天峰 e5f61eabfe 重构 readonly:__construct() 和 __clone() 都属于初始化窗口 ,其他地方不允许写。与 PHP 不一致。 4 weeks ago
韩天峰 7d7fa75d6f feat(compiler): add dynamic scope tracking for runtime method calls 4 weeks ago
韩天峰 6c97b4f301 feat(python): add Python IDE helper generation and update object conversion methods 4 weeks ago
韩天峰 069d3e61bb Python 互调用支持 4 weeks ago
韩天峰 2be13eefcd feat(parser): add static call handling and Python module integration 4 weeks ago
韩天峰 cb03570212 refactor(context): remove runtime checked objects tracking mechanism 4 weeks ago
韩天峰 70927ee68a feat(type-system): enforce typed object constraints after unset operations 4 weeks ago
韩天峰 b1b40d6a09 fix(parser): ensure correct argument evaluation order for native calls 4 weeks ago
韩天峰 ca41af9bb5 fix(parser): ensure left-to-right evaluation order for PHP expressions in C++ 4 weeks ago
韩天峰 833b74b344 重构 Trait 实现 4 weeks ago
韩天峰 18b798e8ce 编译期注解语法支持 2 months ago
韩天峰 871bf3a950 fix(compiler): handle DynamicCall exception in method resolution 2 months ago
韩天峰 f34fe1844d fix(compiler): preserve trait parent scope 2 months ago
Yurun 9d22e8ca24 fix: 修复trait中parent::调用及方法覆盖兼容性校验 2 months ago
Yurun 02e16794b8 fix(compiler): 修复静态方法调用按引用参数传值问题 2 months ago
韩天峰 bc8e4a685b feat(installer): add libphpx.so auto-build support and improve PHP detection 2 months ago
韩天峰 492116d3c0 refactor(tests): replace native_types and complex_types with Type constants 2 months ago
韩天峰 a0ece071cc refactor(generator): replace self::TYPE_* constants with Type::* constants 2 months ago
韩天峰 3372e4c59c refactor(core): restructure namespace and file organization 2 months ago
韩天峰 cc0edf4f74 refactor(compiler): move method call parsing logic to dedicated trait 2 months ago