https://issues.apache.org/bugzilla/show_bug.cgi?id=52206
Bug #: 52206
Summary: [PATCH] Small performance improvements by adding
static declarations
Product: Fop
Version: 1.1dev
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: fo tree
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
Created attachment 27967
--> https://issues.apache.org/bugzilla/attachment.cgi?id=27967
Patch adding static declarations and removing 2 trace messages
I was profiling an application running FOP 1.0 and found a few hotspots. Some
of them have been already fixed in trunk ( e.g. Bug 50626 ).
The ones requiring minimal changes are contained in this patch. It adds the
'static' declaration for loggers and removes 2 heavily used trace logging
messages. I avoided to include bigger changes (mainly in FObj which would
benefit by using a LinkedList instead of the siblings array) as bigger patches
seem to be difficult to process ( #46962 )
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.