Try OpenEdge Now
skip to main content
Managing ABL Applications
ABL and R-code Deployment and Management : Managing Client Performance : Procedure loading and execution
 

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-codeFeatures and Functions.
* Using procedure libraries to improve r-code performance
* R-code execution environment
* Monitoring r-code activity