Hi,

I notice that freetype is making a lot of small reads, resulting in a lot of
SYS_read calls.  I'm using freetype in an app that runs in a ptrace
sandbox.  Is there a simple way to prevent the numerous small reads (via
ft_ansi_stream_io), such as configuring freetype to prefetch into a large
buffer when reading, and making it assume that font files never change?  If
there is no simple config change, I'll probably have to do this with some
code change.  Thanks!

Josh
_______________________________________________
xorg mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/xorg

Reply via email to