[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Freetype] LoadGlyph Time
From: |
James H. Cloos Jr. |
Subject: |
Re: [Freetype] LoadGlyph Time |
Date: |
30 Apr 2002 00:33:10 -0400 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 |
>>>>> "David" == David Turner <address@hidden> writes:
David> (you basically run a bytecode interpreter where opcodes can
David> perform complex 2d operations like dot products and vector
David> length measurements, all in fixed-point arithmetic, so don't
David> count on a FPU to speed everything up)
Some subset ot the SIMD instructions on modern µPs deal with integers
rather than floats. Would cpu-specific optimizations using such
instructions help speed things up?
How about a jit for the bytecodes?
Or do patent issues start popping up with such optimiaztions?
-JimC