This \FloatBarrier was supposed to prevent floats of Section 15.2 from drifting into Section 15.3. Now it causes a mostly empty page in -1c builds. As we have a following section (15.2.8) now, the float barrier has become redundant. Remove it. Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- v2: Just remove the float barrier. Moving it to the end of Section 15.2 has no effect. v1: https://www.spinics.net/lists/perfbook/msg03947.html Thanks, Akira -- memorder/memorder.tex | 2 -- 1 file changed, 2 deletions(-) diff --git a/memorder/memorder.tex b/memorder/memorder.tex index c93a5b54135b..f116ab81aceb 100644 --- a/memorder/memorder.tex +++ b/memorder/memorder.tex @@ -2492,8 +2492,6 @@ In short, properly constructed release-acquire chains form a peaceful island of intuitive bliss surrounded by a strongly counter-intuitive sea of more complex memory-ordering constraints. -\FloatBarrier - \subsection{A Counter-Intuitive Case Study} \label{sec:memorder:A Counter-Intuitive Case Study} base-commit: b7c2ed26da9ea6cbc586cde41fa5d477013cf84d -- 2.25.1