[PATCH] D21768: Support CFI for WebAssembly target

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 11 14:35:40 PDT 2016


pcc added a comment.

Thanks, but that only raises more questions.

What is an "index"? Is it something that can be called, like a function pointer?

If that's the case, and indexes start from zero, how do you resolve conflicts between indexes in dynamically loaded modules? Or does your design assume no dynamic loading?

(Also, how do you represent null function pointers if indexes start at zero?)


http://reviews.llvm.org/D21768





More information about the llvm-commits mailing list