Skip to content

Commit

Permalink
修复文档错误
Browse files Browse the repository at this point in the history
  • Loading branch information
pirunxi committed Dec 2, 2024
1 parent 6c4cd25 commit 7967e57
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/basic/impactonappsize.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
- HybridCLR-NotHotUpdateCode-NotMethodBridge 接入HybridCLR、不包含HotUpdate代码,桥接函数文件为空
- HybridCLR-NotHotUpdateCode-MethodBridge 接入HybridCLR、不包含HotUpdate代码,正常生成桥接函数文件
- NotHybridCLR-HotUpdateCode 未接入HybridCLR、包含HotUpdate代码(即将HotUpdate包含到AOT中)
- NotHybridCLR-HOtUpdateCode-NotMethodBridge 接入HybridCLR、包含HotUpdate代码(将HotUpdate.dll压缩后放到StreamingAssets承包携带),桥接函数文件为空
- NotHybridCLR-HotUpdateCode-MethodBridge 接入HybridCLR、包含HotUpdate代码,正常生成桥接函数文件
- HybridCLR-HotUpdateCode-NotMethodBridge 接入HybridCLR、包含HotUpdate代码(将HotUpdate.dll压缩后放到StreamingAssets承包携带),桥接函数文件为空
- HybridCLR-HotUpdateCode-MethodBridge 接入HybridCLR、包含HotUpdate代码,正常生成桥接函数文件

测试数据如下:

Expand All @@ -51,8 +51,8 @@
|HybridCLR-NotHotUpdateCode-NotMethodBridge|30262|10075360|2904652|74026488|19158769|0|0|
|HybridCLR-NotHotUpdateCode-MethodBridge|30900|10075360|2904652|78450168|19905020|0|15082|
|NotHybridCLR-HotUpdateCode|31718|10893056|3103289|79670208|20387018|1206|0|
|NotHybridCLR-HotUpdateCode-NotMethodBridge|30531|10081232|29006522|74158928|19177165|1206|0|
|NotHybridCLR-HotUpdateCode-MethodBridge|31259|10081232|29006522|78492496|19920506|1206|14861|
|HybridCLR-HotUpdateCode-NotMethodBridge|30531|10081232|29006522|74158928|19177165|1206|0|
|HybridCLR-HotUpdateCode-MethodBridge|31259|10081232|29006522|78492496|19920506|1206|14861|

> `未压缩` 指在apk内该文件的原始大小,`压缩` 指在apk内该文件压缩后的大小
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ We compared the package size across the following six scenarios:
- HybridCLR-NotHotUpdateCode-NotMethodBridge: Integrated with HybridCLR, without HotUpdate code, and with an empty bridge function file.
- HybridCLR-NotHotUpdateCode-MethodBridge: Integrated with HybridCLR, without HotUpdate code, and with a normal bridge function file.
- NotHybridCLR-HotUpdateCode: Without HybridCLR integration and with HotUpdate code included (HotUpdate is part of AOT).
- NotHybridCLR-HotUpdateCode-NotMethodBridge: Integrated with HybridCLR, with HotUpdate code included (compressed HotUpdate.dll in the StreamingAssets package), and with an empty bridge function file.
- NotHybridCLR-HotUpdateCode-MethodBridge: Integrated with HybridCLR, with HotUpdate code included, and with a normal bridge function file.
- HybridCLR-HotUpdateCode-NotMethodBridge: Integrated with HybridCLR, with HotUpdate code included (compressed HotUpdate.dll in the StreamingAssets package), and with an empty bridge function file.
- HybridCLR-HotUpdateCode-MethodBridge: Integrated with HybridCLR, with HotUpdate code included, and with a normal bridge function file.

The test data is as follows:

Expand All @@ -50,8 +50,8 @@ The test data is as follows:
| HybridCLR-NotHotUpdateCode-NotMethodBridge| 30262 | 10075360 | 2904652 | 74026488 | 19158769 | 0 | 0 |
| HybridCLR-NotHotUpdateCode-MethodBridge | 30900 | 10075360 | 2904652 | 78450168 | 19905020 | 0 | 15082 |
| NotHybridCLR-HotUpdateCode | 31718 | 10893056 | 3103289 | 79670208 | 20387018 | 1206 | 0 |
| NotHybridCLR-HotUpdateCode-NotMethodBridge| 30531 | 10081232 | 29006522 | 74158928 | 19177165 | 1206 | 0 |
| NotHybridCLR-HotUpdateCode-MethodBridge | 31259 | 10081232 | 29006522 | 78492496 | 19920506 | 1206 | 14861 |
| HybridCLR-HotUpdateCode-NotMethodBridge| 30531 | 10081232 | 29006522 | 74158928 | 19177165 | 1206 | 0 |
| HybridCLR-HotUpdateCode-MethodBridge | 31259 | 10081232 | 29006522 | 78492496 | 19920506 | 1206 | 14861 |

> `Uncompressed` indicates the original size of the file within the APK, and `Compressed` indicates the compressed size within the APK.
Expand Down

0 comments on commit 7967e57

Please sign in to comment.