lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Mon, 4 Jan 2021 at 01:35, v <v19930312@gmail.com> wrote:
>
> How does removal of LLVM backend affect platform support? Did you
> managed to get MIR to work on platforms where you previously used LLVM?
>

Was there a particular platform you had in mind?
I had been testing on X86-64 only.
MIR supports X86-64, ARM64, PPC64, s390x. It now also works on
Windows, in addition to Mac OSX and Linux.

> From my point of view, it was nice to have more mature even if heavy
> LLVM backend. MIR seems to view itself as highly experimental project
> at the current state of its development.

The MIR project is actually quite stable and is due to have 1.0
release pretty soon.