7 Commits (41e11a66e6e3db82318ddaf48476c8204dd43933)

Author SHA1 Message Date
韩天峰 41e11a66e6 refactor(build): update runtime initialization and linking for native modules 4 days ago
韩天峰 7190bea4a5 refactor(compiler): replace internal symbol caches with persistent cache mechanism 2 weeks ago
韩天峰 bb113b2186 feat(compiler): add library function header exports and default value helpers 1 month ago
韩天峰 aae4f2a07d feat(parser): refactor string concatenation and foreach iteration handling 1 month ago
韩天峰 88139f4da7 feat(build): add library build mode with proper target naming 2 months ago
韩天峰 7e28e8441b feat(build): add support for building shared libraries in addition to binaries and extensions 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
韩天峰 47d11655ef fix(backend): 修复编译选项中的安全定义转义和路径处理问题 2 months ago
韩天峰 991e4bc931 refactor(backend): 将命令构建方法从修改字符串改为返回标志字符串 2 months ago
韩天峰 73e4754a49 feat(backend): 实现响应文件机制解决命令行长度限制 2 months ago
韩天峰 7c2192ff54 refactor(backend): 重构编译器后端实现以支持 GCC/Clang 共享基类 2 months ago
韩天峰 8267ae2bf4 feat(build): 添加交叉编译目标平台支持 2 months ago
韩天峰 4e7acaf940 feat(compiler): 添加目标CPU指令集优化支持 2 months ago
韩天峰 02a91bba95 feat(compiler): 添加外部库集成和编译优化功能 2 months ago
韩天峰 1ea7ec0764 feat(compiler): 添加性能分析和 objval 函数支持 3 months ago
韩天峰 0c2a25ea52 feat(compiler): 添加对多种原生源文件格式的编译支持 3 months ago
韩天峰 661ab07cd9 refactor(backend): 重构编译器后端实现以支持自定义编译器路径 4 months ago
韩天峰 9186d04da4 refactor(backend): 将调试配置选项从 debug_info 统一更改为 debug 4 months ago
韩天峰 c4f828b30a fix(build): 统一调试选项配置并支持自定义链接器标志 4 months ago
韩天峰 51298c2d00 feat(backend): 添加 C 文件编译命令构建功能 4 months ago
韩天峰 bcef27c44a test(backend): 添加后端编译器单元测试并修复编译选项构建功能 4 months ago
韩天峰 95827cfb73 feat(backend): 添加编译器和平台抽象层实现 4 months ago