On Wed, Sep 2, 2009 at 10:00 AM, weblily<webl...@weblily.net> wrote: > Compiling LilyPond's scheme code might lead to a considerable speed up. > Guile 1.9.2 comes with a scheme compiler. I 've tried now for some time to > get the compiler running, but it will need some more work. > > * Is anyone doing the same and wants to share his/her experiences with me? > * Are there any opinions about possible speed ups? Does using a compiler for > Scheme make sense after all?
Most of the code that takes a lot of time runs in C++. In random order: formatting beams, formatting slurs, spacing & line breaking. Before investing a lot of time in optimizing things, I recommend running a profile. -- Han-Wen Nienhuys - han...@xs4all.nl - http://www.xs4all.nl/~hanwen _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel