Project

Profile

Help

Bug #4156

closed

Just-In-Time compilation cannot be switched on and off

Added by O'Neil Delpratt about 5 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Category:
C++ API
Start date:
2019-03-06
Due date:
% Done:

100%

Estimated time:
Found in version:
1.1.2
Fixed in version:
1.2.0
Platforms:

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

Also available in: Atom PDF