Skip to main content

Software > Software Development > IBM REXX Family >

Compiler and Library for REXX on zSeries

Performance information

Performance improvements when using compiled REXX code versus interpreted REXX code on zSeries

The performance improvements that you can expect when you run compiled REXX programs depend on the type of program. A program that performs many arithmetic operations of default precision shows the greatest improvement. A program that mainly issuses commands to the operating system shows minimal improvement because REXX can not decrease the time taken by the operating system to process the commands.

 

Performance comparisons
Compiled programs that include many ...Can run this much faster
Arithmetic operationsUp to 6 to 10 times
String and word processingUp to 6 to 10 times
Constants and variablesUp to 4 to 6 times
References to procedures and built-in functionsUp to 4 to 6 times
Changes to values of variablesUp to 4 to 6 times
AssignmentsUp to 2 to 4 times
Reused compound variablesUp to 2 to 4 times
Operating system commandsMinimal improvement
Imbedded SQLMinimal improvement