circuitpython/supervisor/shared/translate
Scott Shawcroft fd5ef009a4
Move compressed strings into own object file
This breaks the translation dependency to all of the other objects
and therefore speeds up subsequent builds. Now, even when the big
translate() function is inlined in the header, it only needs to be
optimized once.
2022-06-02 11:48:56 -07:00
..
compressed_string.h Conditionalize LTO 2022-05-27 12:59:54 -07:00
translate.c Separate translate object control from LTO 2022-05-31 12:42:59 -07:00
translate.h Separate translate object control from LTO 2022-05-31 12:42:59 -07:00
translate_impl.h Move compressed strings into own object file 2022-06-02 11:48:56 -07:00