[cp-patches] FYI: Rasterizer improvement

2007-05-18 Thread Roman Kennke
I wanted to do this for a long time. This improves the performance and quality of the Shape rasterizer (that is used for rendering shapes and text in the Escher peers for example). Basically, the coverage information of the anti-aliasing rasterizer is now no more stored in an array, but in a much

[cp-patches] [patch] committed, update autogen.sh

2007-05-18 Thread Andreas Tobler
Hi all, I committed the attached patch to reflect current situation on Darwin. It's only comment work so I took it as obvious. Andreas 2007-05-18 Andreas Tobler [EMAIL PROTECTED] * autogen.sh (have_libtool): Update comments for Darwin. Index: autogen.sh

Re: [cp-patches] RFC: Options to javac

2007-05-18 Thread Audrius Meskauskas
I would suggest to add -Xmx512m to the options as well. This would fix the frequently reported problem of the OutOfMemoryError during compilation. The default amount of memory, 64m, seems not sufficient. Audrius.