mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-07 16:55:56 +00:00
This trades a little bit over 40 bytes (on x86) of text for a lot of savings in rodata. This is accomplished by using bitfields to pack the field name length, offset, alignment, and the type tag into a single 32-bit unsigned integer instead of scattering this information into four different integers. Signed-off-by: Leandro Pereira <leandro.pereira@intel.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
json.c |