- 25 Sep, 2007 1 commit
-
-
Krzysztof Kowalczyk authored
-
- 26 Sep, 2007 2 commits
-
-
Krzysztof Kowalczyk authored
PDF from https://bugs.freedesktop.org/show_bug.cgi?id=11849 shows a high rate of creation/destruction of SplashPath objects. At the same time, only a few exists at the same time. This patch implements a small cache to recycle SplashPath objects. In my test rendering time for the above PDF dropped ~4%, mostly thanks to decent reduction in malloc/free calls.
-
Krzysztof Kowalczyk authored
-
- 25 Sep, 2007 8 commits
-
-
Krzysztof Kowalczyk authored
-
Krzysztof Kowalczyk authored
Revert "replace extremely confusing 'a*(int)sizeof(foo)/sizeof(foo) != a' which, due to type promotions, if a is int, is equivalent to a < 0; fix problems revealed by the change" This reverts commit 08bf7c11.
-
Krzysztof Kowalczyk authored
-
Krzysztof Kowalczyk authored
-
Krzysztof Kowalczyk authored
-
Krzysztof Kowalczyk authored
-
Krzysztof Kowalczyk authored
-
Krzysztof Kowalczyk authored
-
- 24 Sep, 2007 17 commits
-
-
Krzysztof Kowalczyk authored
-
Krzysztof Kowalczyk authored
-
Krzysztof Kowalczyk authored
-
Krzysztof Kowalczyk authored
Also enable this code for Windows, since CDECL was what was throwing msvc off.
-
Krzysztof Kowalczyk authored
-
Krzysztof Kowalczyk authored
-
Krzysztof Kowalczyk authored
-
Krzysztof Kowalczyk authored
-
Krzysztof Kowalczyk authored
-
Krzysztof Kowalczyk authored
-
Krzysztof Kowalczyk authored
-
Krzysztof Kowalczyk authored
-
Krzysztof Kowalczyk authored
-
Krzysztof Kowalczyk authored
-
Krzysztof Kowalczyk authored
replace extremely confusing 'a*(int)sizeof(foo)/sizeof(foo) != a' which, due to type promotions, if a is int, is equivalent to a < 0; fix problems revealed by the change
-
Krzysztof Kowalczyk authored
-
Krzysztof Kowalczyk authored
-
- 22 Sep, 2007 1 commit
-
-
Krzysztof Kowalczyk authored
-
- 21 Sep, 2007 11 commits
-
-
Krzysztof Kowalczyk authored
-
Krzysztof Kowalczyk authored
-
Krzysztof Kowalczyk authored
-
Krzysztof Kowalczyk authored
-
Krzysztof Kowalczyk authored
-
Krzysztof Kowalczyk authored
-
Krzysztof Kowalczyk authored
-
Krzysztof Kowalczyk authored
-
Krzysztof Kowalczyk authored
-
Krzysztof Kowalczyk authored
-
Krzysztof Kowalczyk authored
-