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.

Actions #1

Updated by O'Neil Delpratt about 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.

Actions #2

Updated by O'Neil Delpratt over 4 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

Also available in: Atom PDF