Skip to content

Commit ea592ba

Browse files
committed
[version] Release v7.8.0
1 parent 8d1280a commit ea592ba

3 files changed

Lines changed: 30 additions & 15 deletions

File tree

Data~/hybridclr_version.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,38 +2,38 @@
22
"versions": [
33
{
44
"unity_version":"2019",
5-
"hybridclr" : { "branch":"v7.7.0"},
6-
"il2cpp_plus": { "branch":"v2019-7.7.0"}
5+
"hybridclr" : { "branch":"v7.8.0"},
6+
"il2cpp_plus": { "branch":"v2019-7.8.0"}
77
},
88
{
99
"unity_version":"2020",
10-
"hybridclr" : { "branch":"v7.7.0"},
11-
"il2cpp_plus": { "branch":"v2020-7.7.0"}
10+
"hybridclr" : { "branch":"v7.8.0"},
11+
"il2cpp_plus": { "branch":"v2020-7.8.0"}
1212
},
1313
{
1414
"unity_version":"2021",
15-
"hybridclr" : { "branch":"v7.7.0"},
16-
"il2cpp_plus": { "branch":"v2021-7.7.0"}
15+
"hybridclr" : { "branch":"v7.8.0"},
16+
"il2cpp_plus": { "branch":"v2021-7.8.0"}
1717
},
1818
{
1919
"unity_version":"2022",
20-
"hybridclr" : { "branch":"v7.7.0"},
21-
"il2cpp_plus": { "branch":"v2022-7.7.0"}
20+
"hybridclr" : { "branch":"v7.8.0"},
21+
"il2cpp_plus": { "branch":"v2022-7.8.0"}
2222
},
2323
{
2424
"unity_version":"2022-tuanjie",
25-
"hybridclr" : { "branch":"v7.7.0"},
26-
"il2cpp_plus": { "branch":"v2022-tuanjie-7.7.0"}
25+
"hybridclr" : { "branch":"v7.8.0"},
26+
"il2cpp_plus": { "branch":"v2022-tuanjie-7.8.0"}
2727
},
2828
{
2929
"unity_version":"2023",
30-
"hybridclr" : { "branch":"v7.7.0"},
31-
"il2cpp_plus": { "branch":"v2023-7.7.0"}
30+
"hybridclr" : { "branch":"v7.6.0"},
31+
"il2cpp_plus": { "branch":"v2023-7.6.0"}
3232
},
3333
{
3434
"unity_version":"6000",
35-
"hybridclr" : { "branch":"v7.7.0"},
36-
"il2cpp_plus": { "branch":"v6000-7.7.0"}
35+
"hybridclr" : { "branch":"v7.8.0"},
36+
"il2cpp_plus": { "branch":"v6000-7.8.0"}
3737
}
3838
]
3939
}

RELEASELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# ReleaseLog
22

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

520
Release Date: 2025-03-12.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.code-philosophy.hybridclr",
3-
"version": "7.7.0",
3+
"version": "7.8.0",
44
"displayName": "HybridCLR",
55
"description": "HybridCLR is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotupdate.",
66
"category": "Runtime",

0 commit comments

Comments
 (0)