jserv / amacc

Small C Compiler generating ELF executable Arm architecture, supporting JIT execution
Other
1.01k stars 159 forks source link

Fixed some details of ELF #14

Closed lecopzer closed 8 years ago

lecopzer commented 8 years ago

Although jitmain can work now, but the real jit code we execute is generated after the second codegen The first codegen is only used for estimate code size. Due to difference contents of plt_func_slot, I can't guarantee branch offset of jitmain will remain as same. So it's better to move jitmain confirmed after second codegen.