[PATCH] D34409: Use 64bit jump table with large code model on 64bit

Joerg Sonnenberger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 21 02:16:25 PDT 2017


joerg added a comment.

If the jump table is writable, you can just use the absolute pointers, PIC or no PIC. That would be the "block address" encoding.


https://reviews.llvm.org/D34409





More information about the llvm-commits mailing list