]> git.donarmstrong.com Git - lilypond.git/commit
Fix excessive memory usage.
authorJoe Neeman <joeneeman@gmail.com>
Wed, 19 Jan 2011 11:50:11 +0000 (12:50 +0100)
committerJoe Neeman <joeneeman@gmail.com>
Mon, 24 Jan 2011 20:14:45 +0000 (12:14 -0800)
commit0e48c075bce7d60693c5324dab175a650d477f0a
tree4feeb86513a76c349525519581abcd9a960fbc55
parentc1464ae19e715e60aa6d7becbd8e7c3d7604501e
Fix excessive memory usage.

Use Page_breaking::system_count, not Page_spacing_result::system_count.
The latter counts both titles and non-title systems, which leads
to huge memory usage in Page_breaking::line_divisions_rec.
lily/optimal-page-breaking.cc