@@ -28,7 +28,7 @@ xLua、tolua 已是 Unity Lua 绑定的成熟选择。ZLua 不是「多一个绑
2828
2929:::info 读前须知
3030- 上表 ** Player** 列以 [ 项目状态] ( ../getting-started/project-status ) 为准;性能/GC 的 ** 设计目标** 不等于 ** 当前 MVP 实测** 。
31- - 路径级性能倍数为 ** 理论推演** ,尚无官方 benchmark → [ 与 xLua 对比 ] ( ./comparison-with-xlua ) 。
31+ - 路径级性能倍数为 ** 理论推演** ,尚无官方 benchmark → [ ZLua 与 xLua 技术架构对比 ] ( ./comparison-with-xlua ) 。
3232- Il2Cpp 完整版预计 ** 2026 年 8 月** → [ 路线图] ( ../community/roadmap ) 。
3333:::
3434
@@ -50,7 +50,7 @@ flowchart TD
5050| --------| ------|
5151| ** 新项目、性能敏感、愿跟路线图** | 读本页 → [ 5 分钟快速开始] ( ../getting-started/quick-start ) → [ zlua-demo] ( https://github.com/focus-creative-games/zlua-demo ) |
5252| ** 已有 xLua/tolua 存量、近期上线** | 先看 [ 不适合] ( #不适合选-zlua ) 与 [ 迁移草稿] ( ../community/migration-from-xlua ) |
53- | ** 架构 / 性能 reviewer** | 本页 + [ 与 xLua 对比 ] ( ./comparison-with-xlua ) + [ Il2Cpp 架构] ( ../architecture/il2cpp-architecture ) |
53+ | ** 架构 / 性能 reviewer** | 本页 + [ ZLua 与 xLua 技术架构对比 ] ( ./comparison-with-xlua ) + [ Il2Cpp 架构] ( ../architecture/il2cpp-architecture ) |
5454| ** 只关心 API 能不能用** | [ 兼容性矩阵] ( ../getting-started/compatibility ) + Mono Editor 开发 |
5555
5656---
@@ -175,7 +175,7 @@ flowchart LR
175175| 读 ` int ` 字段 | 常经 Wrap | ** offset 直读** (规范) |
176176| 桥接体积 | 每类型大量 Wrap | ** 按签名复用** MethodBridge |
177177
178- ** 为何有机会快数倍(热路径、理论值):** 消灭 libxlua 往返与 C# Wrap 层;具体场景倍数见 [ 与 xLua 对比 §4] ( ./comparison-with-xlua#4-分场景理论估计 ) (** 非实测** )。
178+ ** 为何有机会快数倍(热路径、理论值):** 消灭 libxlua 往返与 C# Wrap 层;具体场景倍数见 [ ZLua 与 xLua 技术架构对比 §4] ( ./comparison-with-xlua#4-分场景理论估计 ) (** 非实测** )。
179179
180180### 今天能用吗
181181
@@ -293,7 +293,7 @@ tolua 依赖 **导出的 binding 代码**;xLua 依赖 **Generate + LuaCallCSha
293293
2942941 . ** 5 分钟上手** — [ 快速开始] ( ../getting-started/quick-start ) + [ zlua-demo] ( https://github.com/focus-creative-games/zlua-demo )
2952952 . ** 确认 Player 边界** — [ 项目状态] ( ../getting-started/project-status ) · [ 兼容性] ( ../getting-started/compatibility )
296- 3 . ** 深度对比** — [ 与 xLua 对比 ] ( ./comparison-with-xlua ) (路径与理论性能)
296+ 3 . ** 深度对比** — [ ZLua 与 xLua 技术架构对比 ] ( ./comparison-with-xlua ) (路径与理论性能)· [ ZLua 与 xLua 全面对比报告 ] ( ./xlua-comparison-report ) (Examples 用法对照 )
2972974 . ** 已有 xLua** — [ 迁移对照草稿] ( ../community/migration-from-xlua )
298298
299299---
@@ -302,7 +302,8 @@ tolua 依赖 **导出的 binding 代码**;xLua 依赖 **Generate + LuaCallCSha
302302
303303| 文档 | 内容 |
304304| ------| ------|
305- | [ 与 xLua 对比] ( ./comparison-with-xlua ) | 调用栈、ns 量级推演 |
305+ | [ ZLua 与 xLua 技术架构对比] ( ./comparison-with-xlua ) | 调用栈、ns 量级推演 |
306+ | [ ZLua 与 xLua 全面对比报告] ( ./xlua-comparison-report ) | Examples 详证 + 用法逐项对照 |
306307| [ 设计概览] ( ./design-overview ) | L/Invoke 与自动生成流水线 |
307308| [ Il2Cpp 架构] ( ../architecture/il2cpp-architecture ) | Player C++ 实现 |
308309| [ Struct 编组] ( ../spec/marshal/struct ) | GC 路径完整规范 |
0 commit comments