* src/truetype/ttinterp.c (TT_RunIns): Optimize tracing.
This commit is contained in:
parent
7833e308ef
commit
9bfecfd2b6
@ -1,3 +1,7 @@
|
||||
2021-06-09 Alexei Podtelezhnikov <apodtele@gmail.com>
|
||||
|
||||
* src/truetype/ttinterp.c (TT_RunIns): Optimize tracing.
|
||||
|
||||
2021-06-09 Alexei Podtelezhnikov <apodtele@gmail.com>
|
||||
|
||||
[sdf] Fix SDF positioning.
|
||||
|
@ -7922,6 +7922,7 @@
|
||||
exc->opcode = exc->code[exc->IP];
|
||||
|
||||
#ifdef FT_DEBUG_LEVEL_TRACE
|
||||
if ( ft_trace_levels[trace_ttinterp] >= 6 )
|
||||
{
|
||||
FT_Long cnt = FT_MIN( 8, exc->top );
|
||||
FT_Long n;
|
||||
|
Loading…
Reference in New Issue
Block a user