HP Pascal/iX Reference Manual (31502-90022)

A-: 76
this message.
ACTION Use the $OPTIMIZE 'BASIC_BLOCKS
num
$ compiler option.
---------------------------------------------------------------------------------------
6110 to MESSAGE INTERNAL OPTIMIZER ERROR.
6199
CT CAUSE The compiler is in error.
ACTION Report error to your HP Service Representative.
---------------------------------------------------------------------------------------
6200 to MESSAGE ALIASER: OUT OF MEMORY.
6299
CT CAUSE The optimizer ran out of virtual memory.
ACTION The easiest workaround is to break your compilation unit into
two or more pieces.
On HP-UX, this error may also be produced if the system runs
out of swap space, so another possible work-around is to
increase the amount of swap space available to the system (see
your HP-UX system administrator about this). However, this
action should be taken only as a last-resort.
On MPE/iX, the compiler heap space can be increased by running
PASCALXL.PUB.SYS with a larger NMHEAP:
:RUN PASCALXL.PUB.SYS;NMHEAP=120000000 ...
---------------------------------------------------------------------------------------
6305 MESSAGE RALLOC: OUT OF GENERAL REGISTERS. (6305)
CT CAUSE Possible overly complex expression.
ACTION Simplify large or complex expression.
---------------------------------------------------------------------------------------
6306 MESSAGE RALLOC: OUT OF CALLEE SPACE REGISTERS. (6306)
CT CAUSE Long pointer expression too complex.
ACTION Simplify long pointer expressions.
---------------------------------------------------------------------------------------
6307 MESSAGE RALLOC: OUT OF CALLER SPACE REGISTERS. (6307)
CT CAUSE Long pointer expression too complex.
ACTION Simplify long pointer expressions.
---------------------------------------------------------------------------------------
6308 MESSAGE RALLOC: OUT OF CALLEE FLOATING POINT REGISTERS. (6308)
CT CAUSE Floating point expression too complex.
ACTION Simplify floating point expressions.
---------------------------------------------------------------------------------------