Re: Crashing on LOOP instruction (ARMV7-A)

  • From: "szbnwer@xxxxxxxxx" <szbnwer@xxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Mon, 6 Aug 2018 21:52:49 +0000

hi there! :)

2018-08-06 17:20 GMT+00:00 Javier Guerra Giraldez <javier@xxxxxxxxxxx>:

the print() function isn't compilable (check the NYI list), so the
tracing aborts and the code isn't compiled.  it seems to happen before
the fault seen on the other runs.

so this means that i could simply override print in general with a
`print=function(...) io:wrire(...) end` in case if my app is running
on lj and that would make the jit happier in general, and `print()` is
really a nyi even if it could be something similarly relatively easy?
:/ and then is there a reason for it being a nyi?

thx, and all the bests! :)

Other related posts: