diff options
Diffstat (limited to 'doc')
3 files changed, 9 insertions, 1 deletions
diff --git a/doc/context/presentations/context/2020/context-2020-luametatex.tex b/doc/context/presentations/context/2020/context-2020-luametatex.tex index 10b57660e..ae2b72713 100644 --- a/doc/context/presentations/context/2020/context-2020-luametatex.tex +++ b/doc/context/presentations/context/2020/context-2020-luametatex.tex @@ -526,4 +526,6 @@ documents that come with the distribution. \stopitemize +\stoptitle + \stopdocument diff --git a/doc/context/sources/general/manuals/luametafun/luametafun.tex b/doc/context/sources/general/manuals/luametafun/luametafun.tex index 785fd03df..a90e265f1 100644 --- a/doc/context/sources/general/manuals/luametafun/luametafun.tex +++ b/doc/context/sources/general/manuals/luametafun/luametafun.tex @@ -36,6 +36,7 @@ \component luametafun-fonts \component luametafun-color \component luametafun-groups + \component luametafun-extensions \component luametafun-interface \stopbodymatter diff --git a/doc/context/sources/general/manuals/luametatex/luametatex.tex b/doc/context/sources/general/manuals/luametatex/luametatex.tex index bd4029a57..3c02391ce 100644 --- a/doc/context/sources/general/manuals/luametatex/luametatex.tex +++ b/doc/context/sources/general/manuals/luametatex/luametatex.tex @@ -55,6 +55,10 @@ % rpi 64 : 26.0 (overclocked) % amd 10 fitlet : 28.2 +% 20210812 : 298 pages +% +% mingw : 9.7 + % But speed can differ a bit per compilation (upto .5 seconds maybe due to how % compiled code is organized which might influence caching. Who knows ... (or % cares). For instance at 20200407 I measured 10.9 seconds after some new low level @@ -63,7 +67,8 @@ % took 10.5 seconds, that is, we were at exactly 24 pages per second but after % switching to gcc9 it dropped again. In december 2020, with IPO enabled I crossed % the 26 pps barrier and went below 10 seconds but that was also after some further -% cleanup in \LMTX. +% cleanup in \LMTX. Mid August 2021 I measured over 30 pps but not all is due to +% the engine I guess. % msvc 1899k (2% slower than mingw) % msvc /GL 2297k (similar to mingw) |