Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 507 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 507 Bytes

deep compiler

With the deep compiler Java byte code can be crosscompiled and linked for the PowerPC and ARM architecture. Currently only compile time binding is supported and there are a few limitations:

  • arrays are supported up to three dimensions only
  • "synchronized" is not yet implemented

The deep compiler is written in Java and can be integrated into eclips as a plugin.

Documentation