|
|
|
|
|
by interpunct
705 days ago
|
|
> I've proven to my satisfaction that writing an interpreter in assembly is both fun and performant! Fun maybe/maybe not, but define "performant". I might drop into assembly for 1 or 2 orders of magnitude faster for a non-toy project. Even then, what are my requirements? What is the bus factor of LuaJIT again? Try getting support for s390x, or your patch accepted. Look at the speedup of Lua v. LuaJIT (C language VM v. C/Lua VM with JIT code gen): https://web.archive.org/web/20180430211146/https://luajit.or... |
|