Macaulay2 » Documentation
Packages » SLPexpressions :: makeSLProgram
next | previous | forward | backward | up | index | toc

makeSLProgram -- create a straight-line program (either interpreted or compiled)

Description

Passes the arguments to makeInterpretedSLProgram or makeCompiledSLProgram (missing documentation) depending on the flag set by setTryJustInTimeCompilation. (Giving `true` as a value triggers a search for gnu C++ compiler and, if successful, makes a makeCompiledSLProgram (missing documentation) the default choice. Currently, just-in-time compilation works over RR_53 and CC_53)

Ways to use makeSLProgram :

For the programmer

The object makeSLProgram is a method function.