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.
Please register to edit this issue
Actions