CA 2E-generated code is typically more consistent than custom-created code. However, you can achieve similar functional results with differing action diagram constructs. The constructs result in different source code and object programs, which may have different performance characteristics. This is potentially true of the way CA 2E generates internal functions.
CA 2E implements each reference to an internal function as a different set of code, often inline code. This approach can improve performance. Parameters passed to internal functions are embedded directly in the code at the point of reference, making each instance of the internal function unique.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |