is_shared is made reserved.

This commit is contained in:
Stephen Chung
2023-03-30 16:26:58 +08:00
parent 534b7bbab3
commit 2a98d38a7e
4 changed files with 172 additions and 135 deletions

View File

@@ -6,6 +6,11 @@ Version 1.14.0
The code hacks that attempt to optimize branch prediction performance are removed because benchmarks do not show any material speed improvements.
Buf fixes
----------
* `is_shared` is a reserved keyword and is now handled properly (e.g. it cannot be the target of a function pointer).
New features
------------