search for: j2zyv617m9mji0khgzm9epv

Displaying 2 results from an estimated 2 matches for "j2zyv617m9mji0khgzm9epv".

2015 Jul 09
2
[LLVMdev] llvm jit acting at runtime, like libgccjit ?
Hello, i mainly code in c/c++ on linux. I would like to know if I can generate code at runtime using llvm, like libgccjit -> https://gcc.gnu.org/onlinedocs/jit/ My needs are : create functions, conditions, loops at runtime. libgccjit does the job pretty well but I would like to test llvm too (licence issue). Is it possible ? Is there a resource that helps in that regard ? Kaleidoscope
2015 Jul 09
2
[LLVMdev] llvm jit acting at runtime, like libgccjit ?
...a loop. It all looks like very complicated (<a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__llvm.org_docs_tutorial_LangImpl3.html&d=AwMD3g&c=8hUWFZcy2Z-Za5rBPlktOQ&r=Mfk2qtn1LTDThVkh6-oGglNfMADXfJdty4_bhmuhMHA&m=E1cWW-PAGPIM-jv-wZPcbUaIGZF76F3khZvXTlblazk&s=J2ZYv617m9mjI0Khgzm9Epv-GE07oIQwzqBnZ-zvTjA&e=">http://llvm.org/docs/tutorial/LangImpl3.html</a>)</div><div>š</div><div>llvm is new to me.</div><div>š</div><div>it is pretty basic, but the tutorial page of the libgccjit is very helpful in that regard (how t...