Live data from Hacker News

LLVM Back End for MoonBit

moonbitlang.com

11–20 of 20 posts

Re: LLVM Back End for MoonBit

#13

It's great to see MoonBit adopt llvm, but is it relying on a c compiler or independent?

"Once support for distributing precompiled runtime libraries is implemented, MoonBit programs will be completely independent of the C compiler, generating native executables using only a linker."

Re: LLVM Back End for MoonBit

#17

MoonBit supports the LLVM backend. With this, it achieved 8× Java’s performance in FFT and introduced out-of-the-box debugging with DWARF symbol injection, enabling precise source mapping directly to compiled outputs. MoonBit will soon compile directly to native binary files without relying on a C compiler. This eliminates various compatibility issues associated with C compilers.

Does this mean MoonBit will get JIT support soon?

we have a interpreter mode which takes advantage of tcc for fast interpretion
Post reply on HN