General questions regarding FreeBSD 10

Volodymyr Kostyrko c.kworr at gmail.com
Sat Sep 28 12:54:13 UTC 2013


27.09.2013 20:47, Nikolas Britton wrote:
> 7. Is Clang and the build system setup to automatically target cpu
> instruction set? i.e. cc -target-cpu corei7-avx? Any performance
> improvements of targeted binaries?

Nope, because you can't just ship a full list of packages for a full 
list of processors on the given architecture. You can build your 
world/packages though adding -march=native to CFLAGS.

> 10. How is the Java ecosystem on FreeBSD? Is LLVM specific to applications?
> I make the assumption that the VM in LLVM is referring to something like a
> JVM, for code abstraction.

No, LLVM is rather a backend with a lot of copmiler and toolchain stuff. 
There's a Java/.NET rewrite using LLVM named vmkit and I think JVM there 
is almost functional. But it's not even in the ports.

-- 
Sphinx of black quartz, judge my vow.


More information about the freebsd-questions mailing list