Navigation  without Java Scripts

Fast and Highly Optimizing Compiler

PDC's compiler generates tight native code that can compete with the code generated by Pascal and C compilers. The compiler performs several different analyses ranging from a global flow analysis and determinism check down to register allocation and peep-hole optimizations.

In addition to generating efficient code, the compiler performs many advanced checks to try and detect potential problems at compile-time. The main analyses are Type checking, global flow analysis, Determinism checking and Possible Fail Detection.