What does Automatic Binary Optimizer do?
Automatic Binary Optimizer analyzes compiled COBOL programs and applies optimizations without requiring recompilation. It leverages the latest IBM mainframe hardware capabilities to improve performance.
How does Automatic Binary Optimizer work?
Automatic Binary Optimizer works by analyzing the existing compiled COBOL code and rewriting sections to take advantage of hardware features. This includes instruction scheduling, branch optimization, and memory access improvements.
Is recompilation of COBOL source code required?
No, recompilation of the COBOL source code is not required. Automatic Binary Optimizer works directly on the compiled binary.