Project

Profile

Help

Feature #4038

closed

TinyTree statistics held in static, not in the Configuration

Added by Michael Kay over 5 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Low
Assignee:
Category:
Performance
Sprint/Milestone:
-
Start date:
2018-11-20
Due date:
% Done:

100%

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

Description

Saxon keeps statistics on the sizes of constructed TinyTree instances in order to learn a good guess at how much initial space to allocate when a new tree is constructed.

These statistics have traditionally been kept in JVM static data, which means they are shared across Configurations. Holding mutable data in static is undesirable for a number of reasons.

This has been fixed on the 9.9 branch to hold the data local to a Configuration.

Actions #1

Updated by O'Neil Delpratt about 5 years ago

  • % Done changed from 0 to 100
  • Fixed in Maintenance Release 9.9.1.1 added

Bug fix applied to the Saxon 9.9.1.1 maintenance release.

Actions #2

Updated by O'Neil Delpratt about 5 years ago

  • Status changed from Resolved to Closed

Please register to edit this issue

Also available in: Atom PDF