From ea592ba20c9811a09f2476b41f951eee6455a741 Mon Sep 17 00:00:00 2001 From: walon Date: Sun, 23 Mar 2025 23:18:11 +0800 Subject: [PATCH] [version] Release v7.8.0 --- Data~/hybridclr_version.json | 28 ++++++++++++++-------------- RELEASELOG.md | 15 +++++++++++++++ package.json | 2 +- 3 files changed, 30 insertions(+), 15 deletions(-) diff --git a/Data~/hybridclr_version.json b/Data~/hybridclr_version.json index 27207c5..0457fff 100644 --- a/Data~/hybridclr_version.json +++ b/Data~/hybridclr_version.json @@ -2,38 +2,38 @@ "versions": [ { "unity_version":"2019", - "hybridclr" : { "branch":"v7.7.0"}, - "il2cpp_plus": { "branch":"v2019-7.7.0"} + "hybridclr" : { "branch":"v7.8.0"}, + "il2cpp_plus": { "branch":"v2019-7.8.0"} }, { "unity_version":"2020", - "hybridclr" : { "branch":"v7.7.0"}, - "il2cpp_plus": { "branch":"v2020-7.7.0"} + "hybridclr" : { "branch":"v7.8.0"}, + "il2cpp_plus": { "branch":"v2020-7.8.0"} }, { "unity_version":"2021", - "hybridclr" : { "branch":"v7.7.0"}, - "il2cpp_plus": { "branch":"v2021-7.7.0"} + "hybridclr" : { "branch":"v7.8.0"}, + "il2cpp_plus": { "branch":"v2021-7.8.0"} }, { "unity_version":"2022", - "hybridclr" : { "branch":"v7.7.0"}, - "il2cpp_plus": { "branch":"v2022-7.7.0"} + "hybridclr" : { "branch":"v7.8.0"}, + "il2cpp_plus": { "branch":"v2022-7.8.0"} }, { "unity_version":"2022-tuanjie", - "hybridclr" : { "branch":"v7.7.0"}, - "il2cpp_plus": { "branch":"v2022-tuanjie-7.7.0"} + "hybridclr" : { "branch":"v7.8.0"}, + "il2cpp_plus": { "branch":"v2022-tuanjie-7.8.0"} }, { "unity_version":"2023", - "hybridclr" : { "branch":"v7.7.0"}, - "il2cpp_plus": { "branch":"v2023-7.7.0"} + "hybridclr" : { "branch":"v7.6.0"}, + "il2cpp_plus": { "branch":"v2023-7.6.0"} }, { "unity_version":"6000", - "hybridclr" : { "branch":"v7.7.0"}, - "il2cpp_plus": { "branch":"v6000-7.7.0"} + "hybridclr" : { "branch":"v7.8.0"}, + "il2cpp_plus": { "branch":"v6000-7.8.0"} } ] } \ No newline at end of file diff --git a/RELEASELOG.md b/RELEASELOG.md index cb83115..384ce3e 100644 --- a/RELEASELOG.md +++ b/RELEASELOG.md @@ -1,5 +1,20 @@ # 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 Release Date: 2025-03-12. diff --git a/package.json b/package.json index f8b3e2f..10794b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.code-philosophy.hybridclr", - "version": "7.7.0", + "version": "7.8.0", "displayName": "HybridCLR", "description": "HybridCLR is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotupdate.", "category": "Runtime",