ladybird/Userland/Libraries/LibTextCodec
Daniel Bertalan 6003b6f4d3 LibTextCodec: Do not allocate the various decoders
These objects contain no data members, so there is no point in creating
1-byte heap allocations for them. We don't need to have them as static
local variables, as they are trivially constructible, so they can simply
be global variables.
2022-01-28 23:31:00 +01:00
..
CMakeLists.txt
Decoder.cpp LibTextCodec: Do not allocate the various decoders 2022-01-28 23:31:00 +01:00
Decoder.h