Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This makes the OS and applications a lot more RAM efficient: 1. Reduces OS overhead by 3.5 MiB. 2. Reduces RAM usage of applications (amount varies). This comes at small performance cost, <1 FPS in the emulators and ports that I've tested. Measuring `MemAvailable` and `Slab` with just "Terminal" running: Before: MemAvailable: 9760 kB Slab: 6816 kB After: MemAvailable: 13812 kB Slab: 5904 kB DevilutionX now loads the dungeon (without audio) and the FPS is unchanged. Signed-off-by: Gleb Mazovetskiy <[email protected]>
- Loading branch information