1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-30 05:32:07 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/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
..
CMakeLists.txt LibUncode: Parse and generate emoji code point data 2022-09-08 23:12:31 +01:00
GenerateEmojiData.cpp LibUnicode: Make the generated .h and .cpp paths for emoji data optional 2022-11-03 16:37:04 +00:00
GenerateUnicodeData.cpp Meta+LibUnicode: Avoid relocations for static unicode data 2022-11-06 17:34:06 +01:00
GeneratorUtil.h LibUnicode: Use recently added Core::Stream::read_all in code generators 2022-09-21 14:04:22 +01:00