Hacker News new | ask | show | jobs
by jamesgeck0 66 days ago
I dunno if this is what you were seeing, but LuaJIT has some serious performance issues on ARM.

https://love2d.org/forums/viewtopic.php?t=94760

It's unfortunate as Love2D is generally VERY snappy on x86. I used it on a 300MHz laptop back in the day.

2 comments

As the open source author in question, I'd politely ask everyone to not draw overly-generic conclusions from an ancient discussion in some third-party forum, which links to a (now) resolved bug report.

Open source is not a one-way street. By publicly disparaging open source projects, you're actually harming the ecosystem you rely on.

Please accept my apologies. Stable LOVE ships a pretty old version of LuaJIT; I didn't realize it'd been resolved upstream.
LuaJIT was originally made with some x86 assembly wizardry so I'm not surprised to hear that the ARM version is worse.