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: web/news.md
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,39 @@ summary: Important events happening.
5
5
6
6
This page lists important changes or issues affecting MSYS2 users. You can [:material-rss: subscribe via RSS](../news.xml). We also post them to [Mastodon](https://fosstodon.org/@msys2org) / [Bluesky](https://bsky.app/profile/msys2org.bsky.social), including some not-so-important things :)
7
7
8
+
### 2026-05-11 - Native Thread Local Storage (TLS) with GCC 16
9
+
10
+
GCC 16 gained support for native TLS, which we just enabled in MSYS2.
11
+
12
+
Native TLS provides superior performance compared to the emulated variant
13
+
(emutls), which was used by GCC up until now. For example, certain micro
14
+
benchmarks with CPython, which relies heavily on TLS, are now [three times
0 commit comments