[version] Release v7.8.0

main
walon 2025-03-23 23:18:11 +08:00
parent 8d1280a1bd
commit ea592ba20c
3 changed files with 30 additions and 15 deletions

View File

@ -2,38 +2,38 @@
"versions": [ "versions": [
{ {
"unity_version":"2019", "unity_version":"2019",
"hybridclr" : { "branch":"v7.7.0"}, "hybridclr" : { "branch":"v7.8.0"},
"il2cpp_plus": { "branch":"v2019-7.7.0"} "il2cpp_plus": { "branch":"v2019-7.8.0"}
}, },
{ {
"unity_version":"2020", "unity_version":"2020",
"hybridclr" : { "branch":"v7.7.0"}, "hybridclr" : { "branch":"v7.8.0"},
"il2cpp_plus": { "branch":"v2020-7.7.0"} "il2cpp_plus": { "branch":"v2020-7.8.0"}
}, },
{ {
"unity_version":"2021", "unity_version":"2021",
"hybridclr" : { "branch":"v7.7.0"}, "hybridclr" : { "branch":"v7.8.0"},
"il2cpp_plus": { "branch":"v2021-7.7.0"} "il2cpp_plus": { "branch":"v2021-7.8.0"}
}, },
{ {
"unity_version":"2022", "unity_version":"2022",
"hybridclr" : { "branch":"v7.7.0"}, "hybridclr" : { "branch":"v7.8.0"},
"il2cpp_plus": { "branch":"v2022-7.7.0"} "il2cpp_plus": { "branch":"v2022-7.8.0"}
}, },
{ {
"unity_version":"2022-tuanjie", "unity_version":"2022-tuanjie",
"hybridclr" : { "branch":"v7.7.0"}, "hybridclr" : { "branch":"v7.8.0"},
"il2cpp_plus": { "branch":"v2022-tuanjie-7.7.0"} "il2cpp_plus": { "branch":"v2022-tuanjie-7.8.0"}
}, },
{ {
"unity_version":"2023", "unity_version":"2023",
"hybridclr" : { "branch":"v7.7.0"}, "hybridclr" : { "branch":"v7.6.0"},
"il2cpp_plus": { "branch":"v2023-7.7.0"} "il2cpp_plus": { "branch":"v2023-7.6.0"}
}, },
{ {
"unity_version":"6000", "unity_version":"6000",
"hybridclr" : { "branch":"v7.7.0"}, "hybridclr" : { "branch":"v7.8.0"},
"il2cpp_plus": { "branch":"v6000-7.7.0"} "il2cpp_plus": { "branch":"v6000-7.8.0"}
} }
] ]
} }

View File

@ -1,5 +1,20 @@
# ReleaseLog # ReleaseLog
## 7.8.0
Release Date: 2025-03-24.
### Runtime
- [opt] fixed a **critical** bug where taking the address of the ip variable severely impacted compiler optimizations, leading to significant performance degradation.
- [opt] add HiOpCodeEnum::None case to interpreter loop. avoid decrement *ip when compute jump table, boosts about 5% performance.
- [opt] opt InitLocals and InitInlineLocals in small size cases
- [opt] reorder MethodInfo fields to reduce memory size
### Editor
- [fix] fixed the bug where BashUtil.RemoveDir failed to run under certain circumstances on macOS systems.
## 7.7.0 ## 7.7.0
Release Date: 2025-03-12. Release Date: 2025-03-12.

View File

@ -1,6 +1,6 @@
{ {
"name": "com.code-philosophy.hybridclr", "name": "com.code-philosophy.hybridclr",
"version": "7.7.0", "version": "7.8.0",
"displayName": "HybridCLR", "displayName": "HybridCLR",
"description": "HybridCLR is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotupdate.", "description": "HybridCLR is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotupdate.",
"category": "Runtime", "category": "Runtime",