[gs-regression] local cluster regression 83e1c7b77e8a23ed0683b3677a7cccba94ad5fe8
marcos.woehrmann at artifex.com
marcos.woehrmann at artifex.com
Tue Sep 13 13:38:10 UTC 2011
83e1c7b Bug 692491: change FAPI/Freetype to use chunk allocator
------------------------------------------------------------------------
commit 83e1c7b77e8a23ed0683b3677a7cccba94ad5fe8
Author: Chris Liddell <chris.liddell at artifex.com>
Date: Tue Sep 13 14:03:12 2011 +0100
Bug 692491: change FAPI/Freetype to use chunk allocator
Previously FAPI/FT was using the heap allocator, which caused performance
problems due to its linear search of allocated blocks to validate before
freeing a block. The linear searching was fixed previously, but on some
platforms the C lib's malloc/free are bottlenecks, so using a chunk
allocator instance makes sense for allocate/release pattern we see from
Freetype.
No cluster differences.
Changed files:
gs/psi/fapi_ft.c
Products tested: gs ls pcl xps
New warnings:
None
ran 57588 tests in 1798 seconds on 10 nodes
Differences in 1 of 46539 non-pdfwrite/ps2write test(s):
tests_private/ps/ps3cet/12-07C.PS.pgmraw.300.1 gs meters macpro
No differences in 6631 pdfwrite tests
Differences in 1 of 4418 ps2write test(s):
tests_private/pdf/PDF_1.7_FTS/fts_17_1710.pdf.ps.pkmraw.300.0 gs ps2write inches i7b
The following 4 regression file(s) have started producing errors:
tests_private/comparefiles/Bug690534.pdf.ps.pkmraw.300.0 gs ps2write x6 i7b Timeout_reading_input_file
tests_private/pdf/PDF_1.7_FTS/fts_17_1704.pdf.psdcmyk.72.0 gs meters i7b Timeout_reading_input_file
tests_private/pdf/PDF_1.7_FTS/fts_17_1710.pdf.ps.ppmraw.300.0 gs ps2write x6 i7b Timeout_reading_input_file
tests_private/pdf/PDF_1.7_FTS/fts_24_2414.pdf.pdf.pkmraw.300.0 gs pdfwrite inches i7b Timeout_reading_Ghostscript_produced_PDF/PS_File
The following files are showing a new mismatch between banded and page mode:
tests_private/ps/ps3cet/12-07C.PS.pgmraw.300.1
-------------------------------------------------------------------------------------------------------
The following 8 regression file(s) had differences but matched at least once in the previous 50 runs:
tests_private/comparefiles/Bug689982.pdf.ps.ppmraw.300.0 gs ps2write meters meters 1e3da08d9eb07a9d9650f5deeccf376da6db5722 2
tests_private/comparefiles/Bug689982.pdf.ps.ppmraw.300.0 gs ps2write meters meters 1e3da08d9eb07a9d9650f5deeccf376da6db5722 2
tests_private/comparefiles/Bug691733.ps.pbmraw.300.0 gs i7a i7b 618f03fce59282255e7d251875dd1d9ff5b35bf6 7
tests_private/pdf/PDFIA1.7_SUBSET/IA3Z3225.pdf.psdcmyk.72.0 gs x6 inches 5f82fe2ef9d4d21950f9cf76c82911b9f977e2b1 4
tests_private/pdf/PDF_1.7_FTS/fts_17_1703.pdf.cups.300.1 gs x6 i7 3329928934123e2d3033309aa79c6ca18d975528 3
tests_private/pdf/PDF_1.7_FTS/fts_25_2525.pdf.psdcmyk.72.0 gs inches i7 4d4b6f695ca058a36141e4f81313533c819def73 27
tests_private/ps/ps3cet/12-02.PS.psdcmyk.72.0 gs i7a i7a 1e3da08d9eb07a9d9650f5deeccf376da6db5722 2
tests_private/ps/ps3cet/12-07C.PS.psdcmyk.72.0 gs kilometers i7b 3329928934123e2d3033309aa79c6ca18d975528 3
More information about the gs-regression
mailing list