Changes between Version 2 and Version 3 of Doc/compiler
- Timestamp:
- Mar 8, 2007, 1:32:00 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/compiler
v2 v3 8 8 This documentation describes the java-implementation of a pan language compiler (versions 7 and greater) that replaces an earlier c-implementation (versions 6 and smaller). The compiler was reimplemented to take better advantage of multi-CPU machines and reduce memory consumption; the eventual aim is to reduce the time it takes to produce a set of machine profiles. 9 9 10 Installation instructions for PAN Compiler v7 and later are available in [wiki:Download/panc Download and Install] area. 10 11 11 12 13