-
Rakudo star build instructions are stellar. This is the first build to fail for me. If we no longer support 10.13.6, then that's okay. We should note it and perhaps fail with a more awesome error mes…
-
Please everyone post links to your zig code that uses goto, so we won't remove the feature. Alternatively, post links to C code that uses goto, so we can assess if there's a more zig-like way to do it…
-
Following the build instructions on Windows fails because the Windows build doesn't create luajit.h.
I can work around this for th build by using luajit.h from a Linux build since there seems to be…
-
LLVM JIT
By function for now. Once it works and proves to be fast enough, see if we can JIT loops and such.
- [x] function based compiling
- [x] "hot" definition and strategy
- [ ] hot spots (loop…
-
Hey, this is my first time using this library, so I apologise if I've made a stupid mistake, but this is really stumping me:
```rs
dynasm!(asm
; .arch aarch64
; ldrb w1, [x0]
; cbs …
-
Hi,
Long time no speak. Hope you are well!
I'm trying to figure out a way to add a dynamic label to some code I'm generating, and give it a symbol a debugger can find at runtime. I've managed to…
-
System:
Ubuntu22.04
```
(base) r4-0@r40-desktop:~/ZLUDA$ cargo xtask --release
Updating crates.io index
Downloaded bitflags v2.4.1
Downloaded argh_shared v0.1.12
Downloaded adler v1.0.2
…
-
This is relevant for the low-end Cortex-M CPUs that only support Thumb2 code. They simply can't run ARM32 machine code.
Even though mobile ARM CPUs are going the ARM64 route (which explicitly include…
-
### Description
see https://github.com/mvorisek/image-php/runs/6686912469?check_suite_focus=true#step:5:509
probably introduced in https://github.com/php/php-src/pull/8411, /cc @devnexen
orig…
-
While building LuaJIT, I built `minilua` with ASAN, which pointed out a double-to-int overflow here: https://github.com/LuaJIT/LuaJIT/blob/ff6c496ba1b51ed360065cbc5259f62becd70daa/src/host/minilua.c#L…