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 [2016/01/22 07:48] ursgrafdev:crosscompiler:start [2018/11/02 17:28] (current) ursgraf
Line 1: Line 1:
 ====== Crosscompiler ====== ====== Crosscompiler ======
 The crosscompiler comprises three main steps which are platform independent as shown in the next figure. Further entries treat how arrays or interfaces are handled or how type checking is performed.  The crosscompiler comprises three main steps which are platform independent as shown in the next figure. Further entries treat how arrays or interfaces are handled or how type checking is performed. 
-[{{.:launcher1.png?400&direct | //Steps of cross compilation//}}]+[{{.:launcher1.png?300&direct | //Steps of cross compilation//}}]
  
 <box 40% right | Components, platform independent> <box 40% right | Components, platform independent>
Line 20: Line 20:
 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.
  
-<box 40% right | Components, platform dependent>+==== Components, platform independent ==== 
 +<box 40% middle all> 
 +    * [[.:backend:register_allocator|Register Allocation]] 
 +    * [[.:backend:Linker32|Linker32]] 
 +</box> 
 + 
 +==== Components, platform dependent ==== 
 + 
 +<box 40% left | PowerPC>
     * [[.:backend_ppc:register_allocation|Register Allocation]]     * [[.:backend_ppc:register_allocation|Register Allocation]]
-    * [[.:backend_ppc:code_generator|Code Generator]] +    * [[.:backend_ppc:code_generator|Code Generator PPC]]
-    * [[.:backend_arm:code_generator|Code Generator]]+
     * [[.:backend_ppc:exceptions|Exceptions]]     * [[.:backend_ppc:exceptions|Exceptions]]
-    * [[.:backend_ppc:Linker32|Linker32]] 
 </box> </box>
 +<box 40% right | ARM>
 +    * [[.:backend_arm:register_allocation|Register Allocation]]
 +    * [[.:backend_arm:code_generator|Code Generator ARM]]
 +    * [[.:backend_arm:exceptions|Exceptions]]
 +</box>
 +
  
  
  
    
dev/crosscompiler/start.1453445335.txt.gz · Last modified: 2016/02/25 13:33 (external edit)