Actions
Bug #3559
closedOn the Transform command line, the -nogo option does not force full static analysis
Start date:
2017-12-07
Due date:
% Done:
100%
Estimated time:
Legacy ID:
Applies to branch:
9.8, trunk
Fix Committed on Branch:
9.8, trunk
Fixed in Maintenance Release:
Platforms:
Description
When the -nogo option is used on the command line this should force full static analysis (compilation) of the stylesheet including full streamability analysis. This is not happening.
Internally, the code sets jit=false when -nogo is set, but this has no effect because it does not call compiler.setJustInTimeCompilation(false).
Updated by Michael Kay almost 7 years ago
- Status changed from New to Resolved
- Fix Committed on Branch 9.8, trunk added
Updated by O'Neil Delpratt almost 7 years ago
- % Done changed from 0 to 100
Bug fix applied in the Saxon 9.8.0.7 maintenance release.
Updated by O'Neil Delpratt almost 7 years ago
- Status changed from Resolved to Closed
- Fixed in Maintenance Release 9.8.0.7 added
Please register to edit this issue
Actions