diff options
author | Gunnar Beutner <gbeutner@serenityos.org> | 2022-11-06 07:08:56 +0100 |
---|---|---|
committer | Gunnar Beutner <gunnar@beutner.name> | 2022-11-06 17:34:06 +0100 |
commit | 2d3567ee92afcfcb17305a51b87158e2b9538308 (patch) | |
tree | 2aa048e0047f218de4f2bf32e6542c387f7c3384 /AK/Random.cpp | |
parent | fb71df5cb1bf77ae29a12909a0754a2c281b24da (diff) | |
download | serenity-2d3567ee92afcfcb17305a51b87158e2b9538308.zip |
Meta+LibUnicode: Avoid relocations for static unicode data
Previously the s_decomposition_mappings variable would refer to other
data in s_decomposition_mappings_data. This would cause thousands of
avoidable relocations at load time.
This saves about 128kB RAM for each process which uses LibUnicode.
Diffstat (limited to 'AK/Random.cpp')
0 files changed, 0 insertions, 0 deletions