freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft-devel] Accelerate TrueType interpreter with JIT compiling?


From: Behdad Esfahbod
Subject: Re: [ft-devel] Accelerate TrueType interpreter with JIT compiling?
Date: Mon, 11 Aug 2014 12:33:21 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0

On 14-08-11 03:12 AM, Zoltán Herczeg wrote:
> I suspect hinting can be done parallelly.

Not for an individual glyph.

Multiple glyphs *can* be hinted in parallel, but at that point there's nothing
specific about hinting: multiple glyphs can be loaded in parallel.  Except
that FT_Face and FT_Library are not thread-safe.  If they were (and it's
possible to change them to be, by breaking API), then yes, it can be
parallelized.  But that's something for the application to (call FT_Load_Glyph
from multiple threads), not within FreeType.

-- 
behdad
http://behdad.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]