luajit2 icon indicating copy to clipboard operation
luajit2 copied to clipboard

OpenResty's Branch of LuaJIT 2

Results 55 luajit2 issues
Sort by recently updated
recently updated
newest added

Hi bodys, I added nogc bggc feature into luajit2 https://github.com/hankai17/luajit2

ATT. I'm developing using OpenResty and have put heavy logic on lua(with relatively large in-memory data and lot of string manipulation, and a lot of functions), and I noticed that...

The latest version (20230911) fails to build on ppc64 / ppc64le: ``` lj_ccall.c:1192:5: error: use of undeclared identifier 'CCALL_MAXSTACK' CCALL_HANDLE_REGARG /* Handle register arguments. */ ^ lj_ccall.c:441:16: note: expanded from...

arm64 pagesize 64K,x86 pagesize 4k [文件:out.svg] ![图片](https://github.com/openresty/luajit2/assets/4032760/dcc9519d-ab05-48ac-82ee-790376380c3b)

Can we please keep the version info up to date? This can be confusing: ``` ./Makefile:PREREL= -beta3 ./etc/luajit.pc:version=${majver}.${minver}.${relver}-beta3 ./README:README for LuaJIT 2.1.0-beta3 ./doc/status.html:This documentation is for LuaJIT 2.1.0-beta3. Please check...

luajit2 seems to fail to build for the iOS simulator To reproduce: ``` ISDKP=$(xcrun --sdk iphonesimulator --show-sdk-path) ICC=$(xcrun --sdk iphonesimulator --find clang) ISDKF="-arch x86_64 -isysroot $ISDKP -miphoneos-version-min=14.0" make DEFAULT_CC=clang CROSS="$(dirname...

openresty.service - The OpenResty Application Platform Loaded: loaded (/lib/systemd/system/openresty.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Mon 2023-01-23 00:23:18 EET; 25s ago Process: 1508738 ExecStartPre=/usr/local/openresty/nginx/sbin/nginx -t -q -g...

client: ab -n10000000 -c40 -k http://www.hello.com/ server: openresty-1.13.6.2 LuaJIT-2.1-20180420 some lua scripts upgrading the luajit version to luajit2-2.1-20220411 , the CPU increased by 20%, QPS and response time did not...

Test failing on ppc64le, when i have tested with luajit2-test-suite using luajit [root@2092f12255fb luajit2-test-suite]# gdb --args luajit test/misc/tonumber_scan.lua Starting program: /usr/local/bin/luajit test/misc/tonumber_scan.lua Program received signal SIGSEGV, Segmentation fault. 0x00000000000030e8 in...

For me, this bug happens in my company computer `resty` command (Intel(R) Celeron(R) J4125 8GB ram win10x64 + wsl2 ubuntu 20.04+openresty 1.21.4 install from official apt) It should be a...