Re: ARMv7-M support

  • From: Siddhesh Poyarekar <siddhesh@xxxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx, Dmitry Grinberg <dmitrygr@xxxxxxxxx>
  • Date: Fri, 12 Jul 2019 07:26:35 +0530

On 12/07/19 12:41 AM, Dmitry Grinberg wrote:

I am interested in using luajit on an ARMv7-M device, but luajit has no
support for v7M.

I created some patches that add it. What is the process of contributing
them so others can use them as well?

The main repo has been idle for a while, but I'll be happy to have your
port merged into my fork, which I'm using to fix bugs (especially Arm
ones since that's how my luajit engagement started) to update Linux
distributions.  Please submit a PR for review:

https://github.com/siddhesh/LuaJIT/pulls

Siddhesh

PS: I'm also working with Yichun to merge my stuff into
openresty/luajit2.  It's unlikely that openresty will ever work on
Arm-M, but it's always nice to have a single place to collaborate!

Other related posts:

  • » ARMv7-M support- Dmitry Grinberg
  • » Re: ARMv7-M support - Siddhesh Poyarekar