Consultor Eletrônico



Kbase 18586: Application Compiler -- Different Size r-code from Compile
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   2/11/1999
SUMMARY:

Programmers may notice a difference in r-code size when they compile using the COMPILE statement vs. compiling with the Application Compiler.

EXPLANATION:

The reason for this is that the Application Compiler builds up a fully
qualified name and then calls the COMPILE statement. So, using COMPILE fully-qualified-name.p SAVE, and the Application Compiler should generate the same size .R file.

Example:

The Compile statement:

compile /tmp_mnt/users/ts/angelah/test.p save into
/tmp_mnt/users/ts/angelah/test.

The setting for Application Compiler:

modify - put in the full path of the file.
Remove check on check subdirectories.
Options - save into /tmp_mnt/users/ts/angelah/test.

Now check the size of the r-code. They should be the same.