[PATCH] D63378: [ORC] WIP Speculative compilation
Praveen velliengiri via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 15 10:39:32 PDT 2019
pree-jackie added a comment.
Hi Lang, thank you for the comments.
I'm reading those and I'll address those shortly.
Regarding, testing I have already done it in single and multi-threaded JIT mode with one and more JITDylibs. The expected behavior was achieved in my test cases. Only thing that blocks this patch to support speculative compiles without run time call is issuing a ES.lookup, I will add that here shortly.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63378/new/
https://reviews.llvm.org/D63378
More information about the llvm-commits
mailing list