[LLVMdev] llvm jit acting at runtime, like libgccjit ? (original) (raw)
deco33000 at yandex.com deco33000 at yandex.com
Thu Jul 9 06:41:56 PDT 2015
- Previous message: [LLVMdev] Extracting a splat value from vector instruction.
- Next message: [LLVMdev] llvm jit acting at runtime, like libgccjit ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 doesn't seems to be what I expect.
Thanks Bye
-- Jog
- Previous message: [LLVMdev] Extracting a splat value from vector instruction.
- Next message: [LLVMdev] llvm jit acting at runtime, like libgccjit ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]