|
From: | lilypond |
Subject: | Re: Issue 2129 in lilypond: Patch: Changes to allow compiling with -Werror using gcc 4.6.2 on i386. |
Date: | Tue, 20 Dec 2011 22:59:09 +0000 |
Comment #4 on issue 2129 by address@hidden: Patch: Changes to allow compiling with -Werror using gcc 4.6.2 on i386.
http://code.google.com/p/lilypond/issues/detail?id=2129To put some perspective to it: the problem is not the main memory consumption. The problem is that the parse tables are accessed with high frequency and semi-randomly. Doubling their size will definitely increase cache misses.
I don't think that removing a warning in a manner that has performance impacts is a good tradeoff. There should be a way to remove the warning without changing the generated code.
[Prev in Thread] | Current Thread | [Next in Thread] |