svn commit: r253802 - head/contrib/llvm/tools/clang/lib/Headers
David Chisnall
theraven at FreeBSD.org
Wed Aug 14 08:23:16 UTC 2013
On 13 Aug 2013, at 21:57, Jilles Tjoelker <jilles at stack.nl> wrote:
> Given that JIT is for performance and larger addresses increase code
> size and register pressure, the mmap() flag is probably useful.
> Alternatively, all the JITted code could be placed in one block and use
> relative addressing.
This would be a good thing to have in for 10.0, as the LLVM 3.4 JIT will require it unless someone wants to contribute support for the large code model...
David
More information about the svn-src-all
mailing list