Node:-yd, Next:-ydt, Previous:-ycg, Up:Memory allocation
-yd
: Increment for expanding the dots tableThe "dots" table is used for FORTRAN to hold information relating
to "dot" operators such as .NE.
. In FORTRAN-90,
additional such operators can be added by the program, so the table can
grow dynamically. The -yd
option controls how many additional
entries are made available each time the table size needs to be
reallocated.