[LLVMdev] Vtables for non c++ languages

Timothy Baldridge tbaldridge at gmail.com
Wed May 11 20:54:48 PDT 2011


I'm working on implementing a simple functional language in LLVM. It's
statically typed, but I'd like to a have some simple multimethods involved.
Does LLVM have some intrinsics for handling something like C++ vtables? Or
do I need to implement my own way of handling single-dispatch functions?

Thanks,

Timothy

-- 
“One of the main causes of the fall of the Roman Empire was that–lacking
zero–they had no way to indicate successful termination of their C
programs.”
(Robert Firth)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110511/0c5b7126/attachment.html>


More information about the llvm-dev mailing list