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&#39;ve seen some places emit asm_code, but can&#39;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 &amp; testing functions with assemble code embeded, that&#39;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>