Lenny Maiorani
800ea8ea96
Userland: static vs non-static constexpr variables
...
Problem:
- `static` variables consume memory and sometimes are less
optimizable.
- `static const` variables can be `constexpr`, usually.
- `static` function-local variables require an initialization check
every time the function is run.
Solution:
- If a global `static` variable is only used in a single function then
move it into the function and make it non-`static` and `constexpr`.
- Make all global `static` variables `constexpr` instead of `const`.
- Change function-local `static const[expr]` variables to be just
`constexpr`.
2021-05-21 10:07:06 +01:00
..
2021-04-23 08:24:53 +02:00
2021-04-22 11:22:27 +02:00
2021-04-22 11:22:27 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 11:22:27 +02:00
2021-04-23 08:24:53 +02:00
2021-04-23 08:24:53 +02:00
2021-04-23 08:24:53 +02:00
2021-04-23 08:24:53 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 22:51:19 +02:00
2021-05-17 19:53:00 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 11:22:27 +02:00
2021-04-22 11:22:27 +02:00
2021-04-22 11:22:27 +02:00
2021-04-22 11:22:27 +02:00
2021-04-22 11:22:27 +02:00
2021-04-22 11:22:27 +02:00
2021-04-22 11:22:27 +02:00
2021-04-22 11:22:27 +02:00
2021-05-18 11:18:19 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 11:22:27 +02:00
2021-05-07 21:12:09 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 11:22:27 +02:00
2021-04-23 08:24:53 +02:00
2021-05-11 22:47:14 +01:00
2021-04-25 21:45:23 +02:00
2021-05-17 19:53:00 +02:00
2021-04-22 11:22:27 +02:00
2021-04-22 11:22:27 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 22:51:19 +02:00
2021-04-25 22:52:19 +02:00
2021-04-22 11:22:27 +02:00
2021-05-17 23:20:29 +01:00
2021-04-23 08:24:53 +02:00
2021-04-23 08:24:53 +02:00
2021-04-23 08:24:53 +02:00
2021-04-23 08:24:53 +02:00
2021-04-23 08:24:53 +02:00
2021-04-22 22:51:19 +02:00
2021-04-23 08:24:53 +02:00
2021-04-23 08:24:53 +02:00
2021-04-22 11:22:27 +02:00
2021-04-22 11:22:27 +02:00
2021-04-22 11:22:27 +02:00
2021-04-22 11:22:27 +02:00
2021-05-14 22:24:02 +02:00
2021-04-22 11:22:27 +02:00
2021-04-22 11:22:27 +02:00
2021-04-22 11:22:27 +02:00
2021-04-22 11:22:27 +02:00
2021-04-22 11:22:27 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 11:22:27 +02:00
2021-04-22 11:22:27 +02:00
2021-05-21 10:07:06 +01:00
2021-04-22 11:22:27 +02:00
2021-04-24 20:11:04 +02:00
2021-05-17 19:53:00 +02:00
2021-05-18 11:18:19 +02:00
2021-05-18 11:18:19 +02:00
2021-04-22 11:22:27 +02:00
2021-04-22 11:22:27 +02:00
2021-04-22 11:22:27 +02:00
2021-05-17 19:53:00 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 22:51:19 +02:00
2021-04-23 08:24:53 +02:00
2021-04-25 22:42:48 +02:00
2021-04-23 08:24:53 +02:00
2021-04-23 08:24:53 +02:00
2021-04-23 08:24:53 +02:00
2021-04-23 08:24:53 +02:00
2021-04-22 11:22:27 +02:00
2021-04-22 11:22:27 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 22:51:19 +02:00
2021-04-23 08:24:53 +02:00
2021-04-23 08:24:53 +02:00
2021-05-11 22:47:14 +01:00
2021-04-23 08:24:53 +02:00
2021-04-23 10:05:04 +02:00
2021-04-23 08:24:53 +02:00
2021-04-22 11:22:27 +02:00
2021-04-22 11:22:27 +02:00
2021-04-22 11:22:27 +02:00
2021-04-22 11:22:27 +02:00
2021-05-17 21:40:18 +02:00
2021-05-17 21:40:18 +02:00
2021-04-22 11:22:27 +02:00
2021-04-22 11:22:27 +02:00
2021-04-23 08:24:53 +02:00
2021-04-23 08:24:53 +02:00
2021-04-23 08:24:53 +02:00
2021-04-23 08:24:53 +02:00
2021-04-22 11:22:27 +02:00
2021-04-22 11:22:27 +02:00
2021-04-23 08:24:53 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 11:22:27 +02:00
2021-04-23 08:24:53 +02:00
2021-05-17 19:53:00 +02:00
2021-04-23 08:24:53 +02:00
2021-04-23 08:24:53 +02:00
2021-04-23 08:24:53 +02:00
2021-04-23 08:24:53 +02:00
2021-04-23 08:24:53 +02:00
2021-04-23 08:24:53 +02:00
2021-04-24 20:16:31 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 11:22:27 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 22:51:19 +02:00
2021-04-22 11:22:27 +02:00
2021-04-22 11:22:27 +02:00
2021-05-21 10:07:06 +01:00
2021-04-22 11:22:27 +02:00
2021-04-25 19:03:57 +02:00
2021-05-17 18:03:10 +01:00
2021-04-22 11:22:27 +02:00
2021-04-22 11:22:27 +02:00