ladybird/Userland/Libraries/LibUnicode
Gunnar Beutner 2d3567ee92 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.
2022-11-06 17:34:06 +01:00
..
CharacterTypes.cpp
CharacterTypes.h
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
CurrencyCode.cpp
CurrencyCode.h
Emoji.cpp
Emoji.h
Forward.h
Normalize.cpp Meta+LibUnicode: Avoid relocations for static unicode data 2022-11-06 17:34:06 +01:00
Normalize.h Meta+LibUnicode: Avoid relocations for static unicode data 2022-11-06 17:34:06 +01:00