Hi all,<br>Some questions about orc:<br><br>1) How does orc convert assemble code to machine code at runtime?<br>Following the code, I've seen some places emit asm_code, but can't find the place converting these asm_code to machine code.<br>
<br>2) Will orc replace liboil?<br>It seems there is no overlap between orc and liboil.<br>Liboil facilitates grouping & testing functions with assemble code embeded, that's what orc lacks currently. Orc facilitates porting existing code to different architectures.<br>
So they can work together, to build a toolchain that facilitate coding with assemble code.<br><br>Thanks.<br>