Store each glyph name only once in PS driver

Alexandre Julliard julliard at winehq.com
Wed Apr 18 16:01:47 CDT 2001


Ian Pilcher <ian.pilcher at 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.

-- 
Alexandre Julliard
julliard at winehq.com




More information about the wine-devel mailing list