search for: 1ec14f3b

Displaying 3 results from an estimated 3 matches for "1ec14f3b".

2011 Apr 21
0
[LLVMdev] Compile-time evaluation of functions
On Apr 20, 2011, at 4:34 PM, Talin wrote: > Also, looking in the SVN repo, it appears that some of the files in include/llvm/ExecutionEngine have not been touched in a long time, and that scares me a bit - what's the current state of the LLVM interpreter? > > Anyway, my main question to the list is - does this sound like a viable plan, or am I heading down the path of madness and
2011 Apr 20
2
[LLVMdev] Compile-time evaluation of functions
One of the things that my compiler frontend has is an interpreter, which allows fairly elaborate constant expressions to be folded into simple constants. This is particularly useful in the case of annotations that take arguments - rather than executing a static constructor before main(), I allow the constructor to run at compile time (if it can), generating a constant struct with all of it's
2011 Apr 22
1
[LLVMdev] Compile-time evaluation of functions
...lized as bitcode. So it sounds like if I want to be able to run LLVM IR in the compiler, I'm going to have to write my own interpreter. -- -- Talin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110422/1ec14f3b/attachment.html>