<blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">There are several problems with what you are trying to do,<br><br>
Firstly it will only work with gcc or something that uses exactly the<br>
same ABI as clang so for now no MSVC<br></blockquote><div><br>Ok but that is not a real concern ... I'm avoiding MSVC anyway.<br> </div><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">

secondly the JIT is supposed to be able to use dlsym to resolve<br>
functions at runtime but this only works on non windows,<br>
Putting manglings into your code manually is horrible and will only<br>
break stuff down the road.</blockquote><div><br>Ugh this would indead be a showstopper. Does name mangling work differently on windows?<br>To state it agian I dodn't want to mangle my methods manually!<br>I just tested it for one routine to see whether or not it works. <br>
</div>