]> git.lyx.org Git - features.git/commit
Reduce the number of accesses to coord cache when drawing a math row
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 8 Oct 2021 15:38:25 +0000 (17:38 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 8 Oct 2021 16:17:19 +0000 (18:17 +0200)
commite5bb491e2e10a8097284d11eae5501a3673731cb
tree4857f98916b33740b8cf4a35b488910f5dea98da
parente09158efee92c6a57f5228af35f1cf8e0eeb07d8
Reduce the number of accesses to coord cache when drawing a math row

Each of these accesses is somewhat costly when using large branches
with lots of maths

Related to bug #12297.
src/CoordCache.h
src/mathed/MathRow.cpp