Kbase 16553: Relative path name and size of r-code
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/05/1998 |
|
Relative path name and size of r-code
Progress stores the names of all the sources that comprise the .r file
in the debug segment of the r-code so that if you're debugging, the
debugger can generate a debug listing file on the fly (if one doesn't
exist). This means that if you are compiling the same code from
different directories, the size of the r-code will be different
because the relative path name will be included. If I am in the test
directory and compile a procedure in that directory, it will be one
size. If I am in the test directory and compile the same piece of
code but it is in test/sub, the r-code will be bigger because the
relative path name will be included.
Progress Software Technical Support Note # 16553