Actions
Bug #4156
closedJust-In-Time compilation cannot be switched on and off
Start date:
2019-03-06
Due date:
% Done:
100%
Estimated time:
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Found in version:
1.1.2
Fixed in version:
1.2.0
SaxonC Languages:
SaxonC Platforms:
SaxonC Architecture:
Description
It should be possible to switch on and off Just-In-time compilation for the purpose of exporting stylesheets. The only workaround possible at the moment is to control this feature at the processor:
processor->setConfigurationProperty("http://saxon.sf.net/feature/optimizationLevel","-j");
In Java we have the following method on the XsltCompiler: setJustInTimeCompilation
In C++/PHP we should have something similar.
Updated by O'Neil Delpratt over 5 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Added method to the in C++ and PHP XsltProcessor.
Also added test case.
Updated by O'Neil Delpratt about 5 years ago
- Status changed from Resolved to Closed
- Fixed in version set to 1.2.0
Big fix applied in the Saxon/C 1.2.0 release.
Please register to edit this issue
Actions