| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
chore: 格式修正及ROM优化 修正BUILD.gn缩进格式; 移除bundle.json中冗余的third_party依赖(bounds_checking_function, openssl, sqlite)及多余header声明; 新增SetOptions接口及IPC接口码; js_single_kv_store空行修正 Co-Authored-By: Agent Signed-off-by: zhanglele33 <zhanglele33@h-partners.com> 🤖 AI[0%] 👌 AI Adopted[0%] 🧑 Human[100%] | 21 天前 | |
feat: ROM optimization — cflags/ldflags/version_script for 10 .so modules ROM optimization for kv_store component through pure compilation options and symbol export control, no conditional switches or feature trimming. 1. -Oz compilation optimization replacing default -O2 2. -fno-unwind-tables + -fno-asynchronous-unwind-tables remove ARM exception index 3. -Wl,--exclude-libs,ALL hide linked static library symbols 4. version_script precise symbol export control for 10 .so modules 5. cflags/cflags_cc single-line arrays expanded to multi-line All optimizations are compilation-level only, no API compatibility break. No changes to frameworks/libs/ or interfaces/cj/. Co-Authored-By: Agent Signed-off-by: zhanglele33 <zhanglele33@h-partners.com> 🤖 AI[100%] 👌 AI Adopted[100%] 🧑 Human[0%] Co-authored-by: opencode (glm-5.1) <ai@local> | 29 天前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 21 天前 | ||
| 29 天前 |