|
Boris, In your ILE RPG module you may want to wrap the setting of LR on. If you set LR on each time you exit the module it has to perform all its initialization functions each time you invoke it. You can do something like this. if closemodule; *INLR = *On; endif; -----Original Message----- From: c400-l-bounces+gary.monnier=powertech.com@xxxxxxxxxxxx [mailto:c400-l-bounces+gary.monnier=powertech.com@xxxxxxxxxxxx] On Behalf Of Boris Sent: Wednesday, July 26, 2006 6:39 AM To: c400-l@xxxxxxxxxxxx Subject: [C400-L] ILE performance and code reuse Hi there is an RPG ILE program that has certain functionality that I need in my C program. So I created an ILE module from the RPG program and statically bound it. Now the question is that the RPG program will be called probably millions of times during the program execution. Can I rely on the statically bound call performance or it would be wiser to implement the same functionality as a part of the C program? Thanks Boris
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.