terralang / terra

Terra is a low-level system programming language that is embedded in and meta-programmed by the Lua programming language.
terralang.org
Other
2.72k stars 201 forks source link

Update LuaJIT and set default (except on PPC64le) #568

Closed elliottslaughter closed 2 years ago

elliottslaughter commented 2 years ago

I'm splitting this out from #566 to be tested separately. Newer LuaJIT has fixes for ARM64 needed to run Terra, but may also provide benefits on other platforms.

I'm also changing the default Lua back to LuaJIT on all platforms except PPC64le, since Moonjit has been archived. PPC64le is the only architecture where we really can't drop support for it.