[mypyc] Add LoadLiteral and use tables to construct and store literals, try 2 (#10147)
This is my second attempt to land this. See the first attempt (#10040) for the details.
Previously this broke Windows wheel builds. The change from the first attempt is that
instead of generating long static C strings, we generate arrays of shorter strings.