COHERENT manpages

This page displays the COHERENT manpage for cc2 [Definition].

List of available manpages
Index


cc2 -- Definition

cc2 is the optimizer/object generator phase of the COHERENT C compiler.  It
optimizes the code generated by  cc1, and writes the object code.  COHERENT
uses multiple  optimization algorithms.   One optimizes jump  sequences: it
eliminates common  code, optimizes span-dependent jumps,  and removes jumps
to  jumps.   The other  function  scans the  generated  code repeatedly  to
eliminate unnecessary instructions.

See Also

cc,
cc0,
cc1,
cc3,
cpp,
Programming COHERENT