diff options
| author | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-07-23 23:30:53 +0200 |
|---|---|---|
| committer | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-07-23 23:30:53 +0200 |
| commit | 5d077c43ebc863da7eb0f05cac69de7353b34481 (patch) | |
| tree | b36f4feb72253b10cf8bdd5ae547649990e461ac /doc/grosciteco.tes.in | |
| parent | 70443a91395bc3e150d54e93d994ee7ac8249d71 (diff) | |
grosciteco.tes: removed obsolete optimization
Inlining the macro calls no longer results in a 25% speedup.
Diffstat (limited to 'doc/grosciteco.tes.in')
| -rwxr-xr-x | doc/grosciteco.tes.in | 23 |
1 files changed, 2 insertions, 21 deletions
diff --git a/doc/grosciteco.tes.in b/doc/grosciteco.tes.in index c4f16e1..275ca6a 100755 --- a/doc/grosciteco.tes.in +++ b/doc/grosciteco.tes.in @@ -121,7 +121,7 @@ EBN[output-woman] HK 1EB [glyphs.tm]™ !* process formatter commands *! -@[format]{ < +< .-Z"= 1; ' 0AU[cmd] C Ocmd.U[cmd] @@ -305,26 +305,7 @@ EBN[output-woman] HK 1EB !cmd.w! :M#sc F< -> } - -!* - * Inline local macro invocations in [format] - * This speeds up runtime by 25% - *! -EQ[format] - J<FR:M[move]Q[move];> - J<FR:M[style]Q[style];> - J<FR:M#saQ#sa;> - J<FR:M#giQ#gi;> - J<FR:M#swQ#sw;> - J<FR:M#scQ#sc;> - !* - * Compress whitespace, kind of dangerous: - * J<FRS ;> - *! -Q*U* - -:M[format] +> !* * Generate the styling instructions based on the styles |
