https://issues.apache.org/bugzilla/show_bug.cgi?id=46828





--- Comment #5 from Andreas L. Delmelle <adelme...@apache.org>  2009-03-11 
10:46:08 PST ---

Having read the feedback, I agree with initially setting it to false. I
completely overlooked the fact that we get increased disk I/O as a result.

With respect to LM-cleanup (maybe interesting to know): 
I did make some changes (months ago) which release the FO subtree when an LM
has finished adding its areas. It does not work yet in all cases, only for
straightforward blocks and inlines. Most notably: it does not work for
table-elements, and there are some cases with nested blocks and border-after or
space-after where it doesn't work either.
Reason is that the approach relies on the isLast() method. Sometimes it returns
false for the parent BlockLM, because the checked Position actually belongs to
the childLM, and the real last position for the parent LM is not available in
the PositionIterator that is passed to addAreas().

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to