CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/12/20 18:30:58
Modified files:
usr.bin/mandoc : roff.c
Log message:
Kristaps questioned the efficiency of the algorithm used in roff.c r1.23.
An indeed, this optimization (using suggestions by Joerg Sonnenberger)
saves about 40% of the processing time needed for the roff_res()
function when processing typical manuals.
No functional change, and the new code is not harder to understand.
ok kristaps@
