Procedure loading and execution
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Procedure loading and execution
R-code is the intermediate binary code that ABL generates when it compiles ABL source files. This is the code that OpenEdge actually runs when it executes a procedure or class, whether from session compiles or from permanently generated r-code (.r) files. This section describes r-code and the performance options related to it. For information about r-code features and functions, see R-code Features and Functions.