deep

a Cross Development Platform for Java

User Tools

Site Tools


dev:crosscompiler:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
dev:crosscompiler:start [2017/03/30 16:10] ursgrafdev:crosscompiler:start [2018/11/02 17:28] (current) ursgraf
Line 19: Line 19:
 ---- ----
 The backend of the compiler is platform specific. So far the register allocation and code generation is done for the PPC architecture, whereas the Linker32 is written for all 32 bit architectures. Work on the ARM architecture is in progress. The backend of the compiler is platform specific. So far the register allocation and code generation is done for the PPC architecture, whereas the Linker32 is written for all 32 bit architectures. Work on the ARM architecture is in progress.
 +
 +==== Components, platform independent ====
 +<box 40% middle | all>
 +    * [[.:backend:register_allocator|Register Allocation]]
 +    * [[.:backend:Linker32|Linker32]]
 +</box>
  
 ==== Components, platform dependent ==== ==== Components, platform dependent ====
Line 31: Line 37:
     * [[.:backend_arm:code_generator|Code Generator ARM]]     * [[.:backend_arm:code_generator|Code Generator ARM]]
     * [[.:backend_arm:exceptions|Exceptions]]     * [[.:backend_arm:exceptions|Exceptions]]
-</box> 
- 
-==== Components, platform independent ==== 
-<box 40% middle | all> 
-    * [[.:backend_ppc:Linker32|Linker32]] 
 </box> </box>
  
dev/crosscompiler/start.txt · Last modified: 2018/11/02 17:28 by ursgraf