wlroots/backend/session
Simon Ser 7265a79e46 Drop "restrict" keyword
The "restrict" keyword can be used to indicate that no other
pointer will be used to access a chunk of memory while the
restricted pointer is alive. If that promise is not upheld,
undefined behavior is triggered.

It may be difficult to ensure this property, and the property may
be brittle - becoming invalid as code evolves. Just like "inline",
let's just leave optimizations up to the compiler to figure out.
2026-05-25 08:42:35 +00:00
..
meson.build backend/session: make optional 2022-11-25 16:15:29 +00:00
session.c Drop "restrict" keyword 2026-05-25 08:42:35 +00:00