Project

Profile

Help

Bug #3443

closed

Performance degradation between 9.2 and 9.8

Added by Michael Kay over 6 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Low
Assignee:
Category:
Performance
Sprint/Milestone:
-
Start date:
2017-09-13
Due date:
% Done:

100%

Estimated time:
Legacy ID:
Applies to branch:
9.8
Fix Committed on Branch:
9.8
Fixed in Maintenance Release:
Platforms:

Description

A user has submitted an XSLT transform that takes 102s under 9.2, increasing to 241s under 9.8.

Summary: the main problem was that with hotspot bytecode generation enabled (the default setting for Saxon-EE), a recursive function that was building a tree by making recursive calls to copy a source tree, was being executed in pull mode rather than push mode, resulting in an excessive amount of tree-to-tree copying.

Please register to edit this issue

Also available in: Atom PDF