TAL Programmer's Guide
Compilation Statistics
Compiler Listing
15–16 096254 Tandem Computers Incorporated
Compilation Statistics The compiler prints compilation statistics at the end of each compilation. If the
SYNTAX directive is in effect or if source errors occur, the compiler does not print any
other statistics. Figure 15-15 shows the statistics emitted when source errors stop the
compilation.
Figure 15-15. Compiler Statistics
PAGE 3 $TRMNL [0] BINDER AND COMPILER STATISTICS
TAL - Transaction Application Language-T9250D20 - (01JUN93)
Number of compiler errors = 5
Last compiler error on page # 2 IN PROC C
Number of unsuppressed compiler warnings = 1
Number of warnings suppressed by NOWARN = 0
Last compiler warning on page # 1
Maximum symbol table space used was = 562 bytes
Number of source lines= 22
Compile cpu time = 00:00:45
Total Elapsed time = 00:02:58
Object-File Statistics If an object file results from the compilation, the compiler prints the following
BINSERV statistics preceding the compiler statistics:
Name of the constructed object file
Timestamp of the constructed object file
Number of words of primary data area
Number of words of secondary data area
Number of code pages
Minimum number of data pages required for data space allocation
Number of resident pages required for total code space allocation
Number of extended data pages allocated
Top of stack location
Number of code segments
Number of binder warnings
Number of binder errors