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

Yichao Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 20 16:16:22 PDT 2017


yuyichao added a comment.

> Who is we? I'm moderately sure that is not the case in general, since it would create less efficient code.

No that's not the default. "We" are julia on x86-64...... Ref https://github.com/JuliaLang/julia/pull/22451 . In short I think we turned it on to support threading. Comments there are welcome =)


https://reviews.llvm.org/D34409





More information about the llvm-commits mailing list