Maple
Compiler
You can dramatically accelerate your numeric computation routines
using the new Maple compiler. The compiler provides improved
performance for procedures that have a long execution time or
are called frequently.
Features include:
- Convert numeric Maple procedures
into compiled C routines.
- Convert code, compile and
link automatically.
- Compile procedures on first
execution with the autocompile option. The compiled
version is used in place of the procedure.
- Optimize procedures before
compiling.
|

|