Ian Pilcher ian.pilcher@home.com writes:
Separating the string data from their indices will allow them to be declared as const, so that should get them into the ".rodata" section of the resulting assembly; the Adobe Glyph List vector is already there. Is this what you mean by "read only memory"?
Yes, exactly that; separating the strings and the indices seems the right thing to do.