Hacker News new | ask | show | jobs
by hongbo_zhang 455 days ago
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.

1 comments

Does this mean MoonBit will get JIT support soon?
we have a interpreter mode which takes advantage of tcc for fast interpretion