You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,20 @@
1
1
# ReleaseLog
2
2
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.
0 commit comments